You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source of this tutorial can be found within your scikit-learn folder: scikit-learn/doc/tutorial/text_analytics/
The source can also be found on Github.
However, the doc/tutorial folder has been deleted (#29104), so both of these instructions are broken.
Suggest a potential alternative/fix
Either put the required data back in the repository somewhere, or adjust the tutorial so that there is no longer any references to this setup. The only parts of the tutorial which really require the setup are the exercises, which refer to running on the dataset created from scikit-learn/doc/tutorial/text_analytics/data/languages/fetch_data.py.
The text was updated successfully, but these errors were encountered:
Hi @jaderrrr, The data has been removed in the development version of scikit-learn (1.6.0dev0) but you're following the documention of the stable version (1.5.0). This tutorial has actually been removed as well in the doc of the dev version (https://scikit-learn.org/dev/). If you still want to follow this tutorial I would suggest git checkout 1.5.0 or retrieve the data on github, in the 1.5.X branch (https://github.com/scikit-learn/scikit-learn/tree/1.5.X/doc/tutorial). Note that these tutorial haven't been maintainted in a while so they might use an outdated API and not work anymore.
Describe the issue linked to the documentation
In the setup section of the Working With Text Data tutorial, it says:
The source of this tutorial can be found within your scikit-learn folder:
scikit-learn/doc/tutorial/text_analytics/
The source can also be found on Github.
However, the
doc/tutorial
folder has been deleted (#29104), so both of these instructions are broken.Suggest a potential alternative/fix
Either put the required data back in the repository somewhere, or adjust the tutorial so that there is no longer any references to this setup. The only parts of the tutorial which really require the setup are the exercises, which refer to running on the dataset created from
scikit-learn/doc/tutorial/text_analytics/data/languages/fetch_data.py
.The text was updated successfully, but these errors were encountered: