Skip to content

Conversation

@desilinguist
Copy link
Collaborator

  • Consolidate the two requirements files into one.
  • Update sciklit-learn version in requirements. I pinned scikit-learn as >=1.2.0,<1.3.0 since SKLL usually doesn't break for patch updates to scikit-learn.
  • Remove the use of nose-cov and modify the CI configuration files to use coverage directly.
  • Simplify .coveragerc file.
  • Remove pyproject.toml and add .isort.cfg file since the former interferes with test coverage computation.
  • Remove previously identified patch for Lars learner since it's no longer needed with scikit-learn v1.2.0.

Note: the coverage number is a little lower because previously we were accidentally including the examples and tests folders in the coverage results which obviously makes no sense.

@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 96.91% // Head: 95.36% // Decreases project coverage by -1.55% ⚠️

Coverage data is based on head (23145b3) compared to base (26ab7ab).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #721      +/-   ##
==========================================
- Coverage   96.91%   95.36%   -1.55%     
==========================================
  Files          63       28      -35     
  Lines        9292     3386    -5906     
==========================================
- Hits         9005     3229    -5776     
+ Misses        287      157     -130     
Impacted Files Coverage Δ
skll/learner/__init__.py 97.15% <ø> (-0.02%) ⬇️
tests/other/custom_metrics2.py
tests/other/majority_class_learner.py
tests/test_voting_learners_expts_4.py
tests/test_voting_learners_api_3.py
tests/test_voting_learners_expts_5.py
tests/test_regression.py
tests/test_voting_learners_api_1.py
tests/test_voting_learners_expts_1.py
tests/test_cv.py
... and 26 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@desilinguist desilinguist merged commit ea57965 into main Jan 18, 2023
@delete-merged-branch delete-merged-branch bot deleted the update-deps branch January 18, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants