File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
⚠️⚠️⚠️ The ** ` sklearn ` PyPI package is deprecated use ` scikit-learn ` instead** ⚠️⚠️⚠️
4
4
5
+ See [ section below] ( #how-to-fix-the-error-for-the-main-use-cases ) how to fix
6
+ the error for the main use cases.
7
+
5
8
Note that the ` scikit-learn ` PyPI package was always the official PyPI package from
6
9
the start of the project: this does not change.
7
10
8
- What changes is that the ` sklearn ` PyPI package which was an empty package with a
9
- dependency 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
+ What changes is that the ` sklearn ` PyPI package which is an empty package with a
12
+ dependency to ` scikit-learn ` now fails to install.
13
+ See [ section below] ( #reason-for-the-deprecation ) that explain the motivations
14
+ behind this change.
11
15
12
16
# How to fix the error for the main use cases
13
17
@@ -20,6 +24,9 @@ instead. See this end of this page to see the reasons of this change.
20
24
- as a last resort, set the environment variable
21
25
` SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True ` to avoid this error
22
26
27
+ If the previous advice does not cover your use case, feel free to [ open an issue] (
28
+ https://github.com/scikit-learn/sklearn-pypi-package/issues/new ) about it.
29
+
23
30
# Reason for the deprecation
24
31
25
32
` sklearn ` package on PyPI exists to prevent malicious actors from using the
You can’t perform that action at this time.
0 commit comments