Skip to content

Commit 583da10

Browse files
authored
Merge pull request #209 from CAM-Gerlach/add-xgboost
Add xgboost
2 parents 9092667 + 18833de commit 583da10

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ These projects pledge to drop Python 2 support in or before 2020.
1515
- [![](assets/pandas.png)pandas](https://pandas.pydata.org/)
1616
- [![](assets/scikit-learn.png)scikit-learn](https://scikit-learn.org/)
1717
- [![](assets/tornado.png)Tornado](http://www.tornadoweb.org/)
18+
- [![](assets/xgboost.png)XGBoost](https://xgboost.ai/)
1819
- [![](assets/ipython.png)IPython](https://ipython.org)
1920
- [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/)
2021
- [![](assets/saltstack.png)SaltStack](https://github.com/saltstack/salt)

assets/xgboost.png

18.4 KB
Loading

site.js

+4
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ $(document).ready(function (){
128128
{content: 'Python 2 & 3', start: '2010-03-25', end:'2019-03-18', py2:true},
129129
{content: 'Python 3 only', start: '2019-03-19', end:'2023-12-31'},
130130
],
131+
'XGBoost':[
132+
{content: 'Python 2 & 3', start: '2016-01-14', end:'2019-05-15', py2:true},
133+
{content: 'Python 3 only', start: '2019-05-15', end:'2023-12-31'},
134+
],
131135
'ccxt':[
132136
{content: 'Python 2 & 3', start: '2017-05-14', end:'2019-12-31', py2:true},
133137
{content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},

0 commit comments

Comments
 (0)