File tree Expand file tree Collapse file tree 3 files changed +34
-4
lines changed Expand file tree Collapse file tree 3 files changed +34
-4
lines changed Original file line number Diff line number Diff line change @@ -199,3 +199,4 @@ Development
199
199
200
200
support
201
201
whats_new
202
+ presentations
Original file line number Diff line number Diff line change
1
+ ===========================================
2
+ Presentations and Tutorials on Scikit-Learn
3
+ ===========================================
4
+
5
+ Videos
6
+ ======
7
+
8
+ - `Introduction to scikit-learn
9
+ <http://videolectures.net/icml2010_varaquaux_scik/> `_ by `Gael Varoquaux `_ at
10
+ ICML 2010
11
+
12
+ - Extensive four part `Introduction to machine learning with scikit
13
+ learn <http://archive.org/search.php?query=scikit-learn> `_ by
14
+ `Gael Varoquaux `_ at SciPy 2011
15
+
16
+ - `Statistical Learning for Text Classification with scikit-learn and NLTK
17
+ <http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362> `_
18
+ (and `slides <http://www.slideshare.net/ogrisel/statistical-machine-learning-for-text-classification-with-scikitlearn-and-nltk >`_)
19
+ by `Olivier Grisel `_ at PyCon 2011
20
+
21
+ - `Statistical Learning for Text Classification with scikit-learn and NLTK
22
+ <http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362> `_
23
+ by `Olivier Grisel `_ at PyCon 2012
24
+
25
+
26
+ - `scikit-learn - Machine Learning in Python <http://marakana.com/s/scikit-learn_machine_learning_in_python,1152/index.html >`_
27
+ by `Jake Vanderplas `_ at the 2012 PyData workshop at Google
28
+
29
+ .. _Gael Varoquaux : http://gael-varoquaux.info
30
+ .. _Jake Vanderplas : http://www.astro.washington.edu/users/vanderplas/
31
+ .. _Olivier Grisel : http://twitter.com/ogrisel
Original file line number Diff line number Diff line change @@ -158,10 +158,8 @@ <h3>News</h3>
158
158
on < a href ="{{pathto('install')}} "> installing</ a > .</ p >
159
159
160
160
161
- < h3 > Videos</ h3 >
162
- < p > Watch the 2010
163
- ICML < a href ="http://videolectures.net/icml2010_varaquaux_scik/ "> Introductory
164
- Video</ a > by Gaël Varoquaux.</ p >
161
+ < h3 > Presentations</ h3 >
162
+ < p > Get into the spirit with < a href ="{{pathto('presentations')}} "> videos</ a > from Scikit-Learn tutorials.</ p >
165
163
166
164
< h3 > Participate</ h3 >
167
165
You can’t perform that action at this time.
0 commit comments