update sklearn version and case study with backend

This commit is contained in:
franzi
2023-01-08 22:07:27 +01:00
parent 8bee2724f7
commit 69765922d0
7 changed files with 356 additions and 152 deletions

View File

@@ -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"
]
},
{