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

Add_xgboost #9

Merged
merged 3 commits into from
Apr 15, 2022
Merged

Add_xgboost #9

merged 3 commits into from
Apr 15, 2022

Conversation

PanyiDong
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2022

Codecov Report

Merging #9 (bd4e8e5) into master (33afcd6) will increase coverage by 11.22%.
The diff coverage is 51.47%.

@@             Coverage Diff             @@
##           master       #9       +/-   ##
===========================================
+ Coverage   29.26%   40.48%   +11.22%     
===========================================
  Files          41       47        +6     
  Lines        3332     4021      +689     
===========================================
+ Hits          975     1628      +653     
- Misses       2357     2393       +36     
Flag Coverage Δ
unittests 40.48% <51.47%> (+11.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
My_AutoML/_balancing/_under_sampling.py 52.39% <0.00%> (+1.65%) ⬆️
...hyperparameters/_ray/_classifier_hyperparameter.py 100.00% <ø> (ø)
..._hyperparameters/_ray/_regressor_hyperparameter.py 100.00% <ø> (ø)
My_AutoML/_imputation/_multiple.py 32.65% <ø> (+14.28%) ⬆️
My_AutoML/_model/_lightgbm.py 18.51% <18.51%> (ø)
My_AutoML/_utils/_optimize.py 51.98% <57.14%> (+48.59%) ⬆️
My_AutoML/_hpo/_ML.py 66.41% <60.00%> (+52.34%) ⬆️
My_AutoML/_model/_xgboost.py 70.17% <70.17%> (ø)
My_AutoML/_hpo/_base.py 47.56% <80.95%> (+40.86%) ⬆️
My_AutoML/_model/__init__.py 77.77% <100.00%> (ø)
... and 18 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@PanyiDong
Copy link
Owner Author

build_nn failed as neural network fail to converge. I currently have no idea on how to improve the stability, but to run the test one more time to avoid reporting infinity (the direct reason build_nn failed). The pipeline still works (as I tested), but there are possibilities the fitting will fail.

@PanyiDong PanyiDong merged commit f558eeb into master Apr 15, 2022
@PanyiDong PanyiDong deleted the add_xgboost branch April 15, 2022 16:44
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