This commit is contained in:
kermorvant 2023-01-11 15:10:07 +01:00
parent a9e7d0ead5
commit b5f0eb5f6d

View File

@ -228,7 +228,7 @@
"\n",
"**Questions**:\n",
"\n",
"> * Remove the class `ÙNE` from the original dataset using pandas [replace](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.replace.html)\n",
"> * Remove the class `ÙNE` from the original dataset\n",
"> * Plot the class statitics with seaborn\n",
"> * Create new splits\n",
"> * Retrain a NaiveBayes classifier using [TfidfVectorizer](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html) with the 1000 most frequent words."