Merge pull request #41 from jmribeiro/master

Removed duplicated np.random.seed(42) entry from the second notebook
main
Aurélien Geron 2019-10-14 10:11:13 +08:00 committed by GitHub
commit 53dc780956
1 changed files with 0 additions and 3 deletions

View File

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