mirror of
https://github.com/ArthurDanjou/ml_exercises.git
synced 2026-01-29 11:20:30 +01:00
update sklearn version and case study with backend
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
"from sklearn.preprocessing import StandardScaler\n",
|
||||
"from sklearn.inspection import DecisionBoundaryDisplay\n",
|
||||
"# don't get unneccessary warnings\n",
|
||||
"import warnings\n",
|
||||
"warnings.simplefilter(action='ignore', category=FutureWarning)"
|
||||
"# import warnings\n",
|
||||
"# warnings.simplefilter(action='ignore', category=FutureWarning)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user