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

Fix sparse y test #1248

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Fix sparse y test #1248

merged 2 commits into from
Nov 3, 2021

Conversation

eddiebergman
Copy link
Contributor

Now correctly check and converts y_test if it's sparse

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #1248 (3c7967f) into development (4597152) will decrease coverage by 0.12%.
The diff coverage is 81.88%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1248      +/-   ##
===============================================
- Coverage        88.19%   88.06%   -0.13%     
===============================================
  Files              138      140       +2     
  Lines            10866    11145     +279     
===============================================
+ Hits              9583     9815     +232     
- Misses            1283     1330      +47     
Impacted Files Coverage Δ
autosklearn/data/feature_validator.py 97.50% <ø> (ø)
autosklearn/data/target_validator.py 97.08% <ø> (ø)
autosklearn/ensembles/abstract_ensemble.py 88.88% <0.00%> (ø)
autosklearn/evaluation/abstract_evaluator.py 92.91% <ø> (ø)
...osklearn/metalearning/metafeatures/metafeatures.py 94.59% <ø> (ø)
autosklearn/metrics/__init__.py 91.27% <ø> (+0.05%) ⬆️
autosklearn/pipeline/base.py 87.67% <ø> (+1.10%) ⬆️
autosklearn/pipeline/classification.py 86.61% <ø> (-0.28%) ⬇️
autosklearn/pipeline/components/base.py 78.78% <ø> (-0.38%) ⬇️
...arn/pipeline/components/classification/__init__.py 84.78% <ø> (ø)
... and 84 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4597152...3c7967f. Read the comment docs.

@eddiebergman eddiebergman linked an issue Oct 5, 2021 that may be closed by this pull request
@eddiebergman eddiebergman merged commit 2693c4c into development Nov 3, 2021
@eddiebergman eddiebergman deleted the fix_sparse_y_test branch February 9, 2022 14:28
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.

Autosklearn doesn't support sparse y
2 participants