Skip to content
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

Support sklearn models with multiple outputs #2505

Merged
merged 6 commits into from
Dec 17, 2024

Merge branch 'dev_1.19.0' into sklearn_nbclasses

bd58b1a
Select commit
Loading
Failed to load commit list.
Merged

Support sklearn models with multiple outputs #2505

Merge branch 'dev_1.19.0' into sklearn_nbclasses
bd58b1a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 1s

85.40% (target 83.00%)

View this Pull Request on Codecov

85.40% (target 83.00%)

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.40%. Comparing base (0b4bb68) to head (bd58b1a).

Files with missing lines Patch % Lines
art/estimators/classification/classifier.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff               @@
##           dev_1.19.0    #2505      +/-   ##
==============================================
- Coverage       85.42%   85.40%   -0.02%     
==============================================
  Files             334      334              
  Lines           30998    31000       +2     
  Branches         5298     5299       +1     
==============================================
- Hits            26479    26476       -3     
- Misses           3052     3055       +3     
- Partials         1467     1469       +2     
Files with missing lines Coverage Δ
art/utils.py 79.57% <100.00%> (+0.05%) ⬆️
art/estimators/classification/classifier.py 96.61% <0.00%> (ø)

... and 3 files with indirect coverage changes