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 #209

Merged
merged 2 commits into from
May 4, 2019
Merged

Add xgboost #209

merged 2 commits into from
May 4, 2019

Conversation

CAM-Gerlach
Copy link
Contributor

@CAM-Gerlach CAM-Gerlach commented May 3, 2019

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.

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'},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, thanks X( Fixed.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@CAM-Gerlach
Copy link
Contributor Author

@takluyver Looks like this is ready.

@takluyver takluyver merged commit 583da10 into python3statement:master May 4, 2019
@takluyver
Copy link
Member

Thanks!

@CAM-Gerlach CAM-Gerlach deleted the add-xgboost branch May 7, 2019 02: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.

3 participants