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

Upgrade scikit-learn #4248

Merged
merged 13 commits into from
Jul 24, 2023

fix typo

961e1fe
Select commit
Loading
Failed to load commit list.
Merged

Upgrade scikit-learn #4248

fix typo
961e1fe
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jul 21, 2023 in 0s

99.7% (+0.1%) compared to 5e158ed

View this Pull Request on Codecov

99.7% (+0.1%) compared to 5e158ed

Details

Codecov Report

Merging #4248 (961e1fe) into main (5e158ed) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #4248     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        349     349             
  Lines      38309   38320     +11     
=======================================
+ Hits       38190   38201     +11     
  Misses       119     119             
Impacted Files Coverage Δ
evalml/pipelines/component_graph.py 99.8% <ø> (ø)
...components/ensemble/stacked_ensemble_classifier.py 100.0% <ø> (ø)
...estimators/classifiers/decision_tree_classifier.py 100.0% <ø> (ø)
...components/estimators/classifiers/et_classifier.py 100.0% <ø> (ø)
...s/estimators/regressors/decision_tree_regressor.py 100.0% <ø> (ø)
...s/components/estimators/regressors/et_regressor.py 100.0% <ø> (ø)
evalml/pipelines/components/utils.py 96.5% <ø> (ø)
...ts/estimators/classifiers/kneighbors_classifier.py 100.0% <100.0%> (ø)
evalml/tests/component_tests/test_components.py 99.1% <100.0%> (ø)
...s/component_tests/test_decision_tree_classifier.py 100.0% <100.0%> (ø)
... and 6 more