mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-25 17:20:26 +01:00
Add missing import sys
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
"import numpy as np\n",
|
||||
"import numpy.random as rnd\n",
|
||||
"import os\n",
|
||||
"import sys\n",
|
||||
"\n",
|
||||
"# to make this notebook's output stable across runs\n",
|
||||
"rnd.seed(42)\n",
|
||||
|
||||
Reference in New Issue
Block a user