Skip to content

Commit 18833de

Browse files
committed
Add XGBoost to timeline information
1 parent 3571963 commit 18833de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site.js

Lines changed: 4 additions & 0 deletions
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)