mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-26 17:50:27 +01:00
Add import os
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
"import numpy.random as rnd\n",
|
||||
"rnd.seed(42) # to make this notebook's output stable across runs\n",
|
||||
"\n",
|
||||
"import os\n",
|
||||
"\n",
|
||||
"%matplotlib inline\n",
|
||||
"import matplotlib\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
|
||||
Reference in New Issue
Block a user