Skip to content

Commit aa3d1b0

Browse files
rthCarreau
authored andcommitted
Add scikit-learn (python3statement#153)
1 parent 3fa1535 commit aa3d1b0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ style: center
1111
These projects pledge to drop Python 2 support in or before 2020.
1212

1313
- [![](assets/pandas.png)pandas](https://pandas.pydata.org/)
14+
- [![](assets/scikit-learn.png)scikit-learn](https://scikit-learn.org/)
1415
- [![](assets/ipython.png)IPython](https://ipython.org)
1516
- [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/)
1617
- [![](assets/kivy.png)Kivy](https://kivy.org/)

assets/scikit-learn.png

10.6 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ $(document).ready(function (){
124124
{content: 'Python 2 & 3', start: '2011-10-10', end:'2018-12-31', py2:true},
125125
{content: 'Python 3 only', start: '2019-01-01', end:'2021-12-16'},
126126
],
127+
'scikit-learn':[
128+
{content: 'Python 2 & 3', start: '2010-03-25', end:'2019-03-18', py2:true},
129+
{content: 'Python 3 only', start: '2019-03-19', end:'2023-12-31'},
130+
],
127131
'ccxt':[
128132
{content: 'Python 2 & 3', start: '2017-05-14', end:'2019-12-31', py2:true},
129133
{content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},

0 commit comments

Comments
 (0)