Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae4e41

Browse files
committed
DOC: cosmits on tutorials and videos
1 parent aa2c839 commit bae4e41

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

doc/presentations.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Presentations and Tutorials on Scikit-Learn
33
===========================================
44

5+
For written tutorials, see the :ref:`Tutorial section <tutorial_menu>` of
6+
the documentation.
7+
8+
.. _videos:
9+
510
Videos
611
======
712

@@ -11,23 +16,27 @@ Videos
1116
A three minute video from a very early stage of the scikit, explaining the
1217
basic idea and approach we are following.
1318

14-
- `Introduction to machine learning with scikit
19+
- `Introduction to statistical learning with scikit
1520
learn <http://archive.org/search.php?query=scikit-learn>`_ by
1621
`Gael Varoquaux`_ at SciPy 2011
17-
An extensive tutorial, consisting of four 90 minute sessions. The tutorial covers basics of machine learning,
18-
many algorithms and how to apply them using scikit-learn.
22+
An extensive tutorial, consisting of four sessions of one hour.
23+
The tutorial covers basics of machine learning,
24+
many algorithms and how to apply them using scikit-learn. The
25+
material corresponding is now in the scikit-learn documentation
26+
section :ref:`stat_learn_tut_index`.
1927

2028
- `Statistical Learning for Text Classification with scikit-learn and NLTK
2129
<http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362>`_
2230
(and `slides <http://www.slideshare.net/ogrisel/statistical-machine-learning-for-text-classification-with-scikitlearn-and-nltk>`_)
2331
by `Olivier Grisel`_ at PyCon 2011
2432

25-
- `Statistical Learning for Text Classification with scikit-learn and NLTK
26-
<http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362>`_
27-
by `Olivier Grisel`_ at PyCon 2012
28-
Thirty minute introduction to text classification. Explains how to use NLTK and scikit-learn to solve real-world text classification
33+
Thirty minute introduction to text classification. Explains how to
34+
use NLTK and scikit-learn to solve real-world text classification
2935
tasks and compares against cloud-based solutions.
3036

37+
- `Introduction to Interactive Predictive Analytics in Python with scikit-learn <http://www.youtube.com/watch?v=Zd5dfooZWG4>`_
38+
by `Olivier Grisel`_ at PyCon 2012
39+
3-hours long introduction to prediction tasks using the scikit-learn.
3140

3241
- `scikit-learn - Machine Learning in Python <http://marakana.com/s/scikit-learn_machine_learning_in_python,1152/index.html>`_
3342
by `Jake Vanderplas`_ at the 2012 PyData workshop at Google

doc/tutorial/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
Tutorials: From the bottom up with scikit-learn
88
=======================================================================
99

10-
.. topic:: Beginner Tutorial
10+
.. topic:: Quick start
1111

1212
In this section, we introduce the `machine learning
1313
<http://en.wikipedia.org/wiki/Machine_learning>`_
14-
vocabulary that we use through-out `sklearn` and give a
14+
vocabulary that we use through-out `scikit-learn` and give a
1515
simple learning example.
1616

1717

@@ -29,6 +29,9 @@ Tutorials: From the bottom up with scikit-learn
2929

3030
.. toctree::
3131
:maxdepth: 2
32-
3332

3433
statistical_inference/index.rst
34+
35+
.. note:: **Videos**
36+
37+
Videos with tutorials can also be found in the :ref:`videos` section.

0 commit comments

Comments
 (0)