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

Update warnings #1346

Merged
merged 15 commits into from
Dec 14, 2021
Merged

Update warnings #1346

merged 15 commits into from
Dec 14, 2021

Conversation

eddiebergman
Copy link
Contributor

@eddiebergman eddiebergman commented Dec 14, 2021

This was merged into another branch that was already merged into development

  • 2 days ago: development <- fix_regression_y_dimensions
  • today: fix_regression_y_dimensions <- update_warnings

Just creating a PR development <- update_warnings to get these changes in.

@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #1346 (469cb61) into development (88ad023) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1346      +/-   ##
===============================================
+ Coverage        87.97%   87.99%   +0.02%     
===============================================
  Files              140      140              
  Lines            10973    10973              
===============================================
+ Hits              9653     9656       +3     
+ Misses            1320     1317       -3     
Impacted Files Coverage Δ
...ine/components/feature_preprocessing/kernel_pca.py 94.73% <0.00%> (-1.76%) ⬇️
...ine/components/classification/gradient_boosting.py 93.04% <0.00%> (-0.87%) ⬇️
...learn/pipeline/components/regression/libsvm_svr.py 90.90% <0.00%> (+1.13%) ⬆️
...mponents/feature_preprocessing/nystroem_sampler.py 91.17% <0.00%> (+5.88%) ⬆️

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 88ad023...469cb61. Read the comment docs.

@eddiebergman eddiebergman merged commit 887bb10 into development Dec 14, 2021
@eddiebergman eddiebergman deleted the update_warnings branch December 14, 2021 13:55
github-actions bot pushed a commit that referenced this pull request Dec 14, 2021
@eddiebergman eddiebergman mentioned this pull request Jan 24, 2022
eddiebergman added a commit that referenced this pull request Jan 25, 2022
* Added ignored_warnings file

* Use ignored_warnings file

* Test regressors with 1d, 1d as 2d and 2d targets

* Flake'd

* Fix broken relative imports to ignore_warnings

* Removed print and updated parameter type for tests

* Added warning catches to fit methods in tests

* Added more warning catches

* Flake'd

* Created top-level module to allow relativei imports

* Deleted blank line in __init__

* Remove uneeded ignore warnings from tests

* Fix bad indent

* Fix github merge conflict editor whitespaces and indents
@eddiebergman eddiebergman mentioned this pull request Jan 25, 2022
eddiebergman added a commit that referenced this pull request Aug 18, 2022
* Added ignored_warnings file

* Use ignored_warnings file

* Test regressors with 1d, 1d as 2d and 2d targets

* Flake'd

* Fix broken relative imports to ignore_warnings

* Removed print and updated parameter type for tests

* Added warning catches to fit methods in tests

* Added more warning catches

* Flake'd

* Created top-level module to allow relativei imports

* Deleted blank line in __init__

* Remove uneeded ignore warnings from tests

* Fix bad indent

* Fix github merge conflict editor whitespaces and indents
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.

2 participants