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 189e0cc commit 568e829Copy full SHA for 568e829
README.md
@@ -1,6 +1,7 @@
1
# Goal
2
3
-This repo implements the brownout for deprecating the `sklearn` package on PyPI.
+This repo implements the brownout strategy for deprecating the `sklearn`
4
+package on PyPI.
5
6
# How to fix the error for the main use cases
7
@@ -64,6 +65,6 @@ implemented:
64
65
- `pip uninstall sklearn` will actually not uninstall `scikit-learn`, you can
66
still do `import sklearn` afterwards
67
- it can be confusing to have both `sklearn` and `scikit-learn` in the `pip
- list` output prompting questions like "why do I have scikit-learn 1.1.3 and
68
+ list` output, prompting questions like "why do I have scikit-learn 1.1.3 and
69
sklearn 0.0, and what does it even mean"?
70
0 commit comments