Merge branch 'master' of github.com:ageron/handson-ml2

This commit is contained in:
Aurélien Geron
2019-10-21 09:02:13 +08:00

View File

@@ -43,9 +43,6 @@
"import numpy as np\n",
"import os\n",
"\n",
"# to make this notebook's output stable across runs\n",
"np.random.seed(42)\n",
"\n",
"# To plot pretty figures\n",
"%matplotlib inline\n",
"import matplotlib as mpl\n",