mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Use separate joblib package rather than the one in sklearn (which is deprecated)
This commit is contained in:
@@ -1594,7 +1594,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from sklearn.externals import joblib\n",
|
||||
"import joblib\n",
|
||||
"joblib.dump(my_model, \"my_model.pkl\") # DIFF\n",
|
||||
"#...\n",
|
||||
"my_model_loaded = joblib.load(\"my_model.pkl\") # DIFF"
|
||||
|
||||
Reference in New Issue
Block a user