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 AutoXGB() #46

Merged
merged 4 commits into from
Dec 11, 2019
Merged

Add AutoXGB() #46

merged 4 commits into from
Dec 11, 2019

Conversation

jeongyoonlee
Copy link
Owner

  • add automated feature selection and hyper-parameter tuning for XGBoost: model.AutoXGB()

@codecov
Copy link

codecov bot commented Dec 11, 2019

Codecov Report

Merging #46 into master will increase coverage by 0.39%.
The diff coverage is 87.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   49.06%   49.45%   +0.39%     
==========================================
  Files          19       19              
  Lines         958     1007      +49     
==========================================
+ Hits          470      498      +28     
- Misses        488      509      +21
Impacted Files Coverage Δ
kaggler/__init__.py 100% <100%> (ø) ⬆️
kaggler/model/__init__.py 100% <100%> (ø) ⬆️
kaggler/model/automl.py 76.79% <86.15%> (-7.88%) ⬇️
kaggler/preprocessing/categorical.py 93.99% <90.9%> (+0.13%) ⬆️

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 e60a740...2f0dc3e. Read the comment docs.

@jeongyoonlee jeongyoonlee merged commit 20a02c3 into master Dec 11, 2019
@jeongyoonlee jeongyoonlee deleted the jeong/autoxgb branch December 11, 2019 07:41
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.

1 participant