We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9811bd5 commit 83b777bCopy full SHA for 83b777b
README.md
@@ -2,6 +2,13 @@
2
3
⚠️⚠️⚠️ The **`sklearn` PyPI package is deprecated use `scikit-learn` instead** ⚠️⚠️⚠️
4
5
+Note that the `scikit-learn` PyPI package was always the official PyPI package from
6
+the start of the project: this does not change.
7
+
8
+What changes is that the `sklearn` PyPI package which was an empty package with a
9
+depdendency to `scikit-learn` progressively becomes a package that fails to install
10
+instead. See this end of this page to see the reasons of this change.
11
12
# How to fix the error for the main use cases
13
14
- use `pip install scikit-learn` rather than `pip install sklearn`
0 commit comments