mirror of
https://github.com/ArthurDanjou/ml_exercises.git
synced 2026-01-14 12:14:38 +01:00
update sklearn version and case study with backend
This commit is contained in:
@@ -26,10 +26,7 @@
|
||||
"from sklearn.feature_extraction.text import TfidfVectorizer\n",
|
||||
"from sklearn.decomposition import KernelPCA\n",
|
||||
"from sklearn.manifold import TSNE\n",
|
||||
"import plotly.express as px\n",
|
||||
"# suppress unnecessary warnings\n",
|
||||
"import warnings\n",
|
||||
"warnings.simplefilter(action='ignore', category=FutureWarning)"
|
||||
"import plotly.express as px"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user