File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ At the time of writing (October 2022) `sklearn` downloads is about 1/5 of the
58
58
59
59
There are some edge cases with the way the PyPI ` sklearn ` package is
60
60
implemented:
61
- - ` pip install sklearn==1.1.1 ` will say that the 1.1.1 version does not exist,
61
+ - ` pip install sklearn==1.1.3 ` will say that the 1.1.3 version does not exist,
62
62
which is confusing. The only available version at the time of writing of
63
63
` sklearn ` is 0.0.
64
64
- ` pip uninstall sklearn ` will actually not uninstall ` scikit-learn ` , you can
65
65
still do ` import sklearn ` afterwards
66
66
- it can be confusing to have both ` sklearn ` and ` scikit-learn ` in the `pip
67
- list` output prompting questions like "why do I have scikit-learn 1.1.1 and
67
+ list` output prompting questions like "why do I have scikit-learn 1.1.3 and
68
68
sklearn 0.0, and what does it even mean"?
69
69
You can’t perform that action at this time.
0 commit comments