-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove sklearn install from tutorial #1091
Conversation
it's already a cleanlab dependency
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1091 +/- ##
==========================================
- Coverage 96.20% 96.17% -0.03%
==========================================
Files 76 76
Lines 6005 5986 -19
Branches 1070 994 -76
==========================================
- Hits 5777 5757 -20
Misses 135 135
- Partials 93 94 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I've double-checked that there's no other mention of installing scikit-learn
(or sklearn
) anywhere else in this repo.
We just set scikit-learn
as a dependency in our pyproject.toml.
it's already a cleanlab dependency, and now
pip install sklearn
leads to unhappy messages: