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 XGBoost to >=1.4.0 #2484

Merged
merged 4 commits into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release Notes
* Fixed ``FraudCost`` objective and reverted threshold optimization method for binary classification to ``Golden`` :pr:`2450`
* Added custom exception message for partial dependence on features with scales that are too small :pr:`2455`
* Changes
* Updated XGBoost dependency to ``>=1.4.0`` :pr:`2484`
* Documentation Changes
* Moved docstrings from ``__init__`` to class pages, added missing docstrings for missing classes, and updated missing default values :pr:`2452`
* Testing Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ sktime==0.6.1
statsmodels==0.12.2
texttable==1.6.3
woodwork==0.4.2
xgboost==1.2.1
xgboost==1.4.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plotly>=5.0.0
kaleido>=0.1.0
ipywidgets>=7.5
xgboost>=1.1.0,<1.3.0
xgboost>=1.4.0
catboost>=0.20
lightgbm>=2.3.1
matplotlib>=3.3.3
Expand Down