-
Notifications
You must be signed in to change notification settings - Fork 121
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 #209
Add xgboost #209
Conversation
site.js
Outdated
@@ -128,6 +128,10 @@ $(document).ready(function (){ | |||
{content: 'Python 2 & 3', start: '2010-03-25', end:'2019-03-18', py2:true}, | |||
{content: 'Python 3 only', start: '2019-03-19', end:'2023-12-31'}, | |||
], | |||
'XGBoost':[ | |||
{content: 'Python 2 & 3', start: '2016-01-14', end:'2019-05-15', py2:true}, | |||
{content: 'Python 3 only', start: '2020-05-15', end:'2023-12-31'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{content: 'Python 3 only', start: '2020-05-15', end:'2023-12-31'}, | |
{content: 'Python 3 only', start: '2019-05-15', end:'2023-12-31'}, |
Is this a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, thanks X( Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@takluyver Looks like this is ready. |
Thanks! |
Per the discussion in dmlc/xgboost#4379
Just what it says on the tin, per the consent of the maintainers, as they're dropping Python 2 support in their imminent next release. @hcho3 please review and sign off.