Commit Graph

27 Commits

Author SHA1 Message Date
GaelVaroquaux 7278dfe482 DOC: finish misc in tutorial
@jaquesgrobler : there were still a few things to do :)
2012-03-26 01:20:53 +02:00
Jaques Grobler 6c7a166ae0 fixed new doc-test error 2012-03-22 17:16:53 +01:00
Jaques Grobler 66d8f4e3b0 spelling errors,edit curse of dimensionality, explain top-down 2012-03-21 10:08:15 +01:00
Jaques Grobler 11408e71ab spelling fixes 2012-03-20 08:49:35 +01:00
Jaques Grobler 1890d6eefa fixed typo,changed 2.2s numbering, fixed 4 examples in exercises 2012-03-12 10:19:01 +01:00
Jaques Grobler 7f155e9d1a moved exercises into seperate folder, neating up 2012-03-09 16:07:50 +01:00
Jaques Grobler 1b06362a1a fixed links & neatening 2012-03-08 15:21:53 +01:00
Jaques Grobler 17fa297ea6 added ... to ellipsis 2012-03-08 09:23:43 +01:00
Jaques Grobler e7a08add17 added ELLIPSIS to 4 examples 2012-03-08 09:06:51 +01:00
Jaques Grobler db38edb7ea delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
Jaques Grobler bca803eb55 Merged a few examples into the example pool 2012-03-07 00:52:17 +01:00
Jaques Grobler 30150cfdef Merged some examples into examples folder.
- updated links accordingly
- renamed miss-spelt excercice to exercise
2012-03-06 23:40:49 +01:00
Jaques Grobler fc869043ca 3 files moved into main example pool - links to them updated 2012-03-06 13:23:48 +01:00
Jaques Grobler bd271ab65c Better doctest time(wip),removed duplicate examples, update plot_ols.py
- I wish to replace the old plot_ols.py example with a new one which
  uses the diabetes_dataset instead of synthetic data.
- references to changed example paths updated
2012-03-05 17:18:05 +01:00
Jaques Grobler f3ed2d7f34 Fixes for doctests 2012-03-02 11:53:07 +01:00
Jaques Grobler 560b0b8475 Fixed missing image and GUI download link
-Missing image and link for it fixed in basic tutorial
-Seperate page for SVM GUI added instead of direct download link
2012-02-28 13:53:55 +01:00
Jaques Grobler f3ec32b81b Fixed some figures, added links & corrected SVM Param C explanation
-all figures in section 2 of StatInference tut added/fixed
-fixed datapoints gettin cut off
-all figures link to page with code
2012-02-28 01:05:16 +01:00
Jaques Grobler 5f43ada37e Added links, images and docstrings to some plot files 2012-02-24 16:51:49 +01:00
Jaques Grobler 0d6e66f145 Fixed spelling error,import lines,figures and html links for shrinkage section 2012-02-23 11:32:46 +01:00
Jaques Grobler 37aaf41417 Simple linear regression example added to tut 2012-02-22 20:38:28 +01:00
Jaques Grobler 9787396349 Fixed link typo 2012-02-22 09:11:00 +01:00
Jaques Grobler 07b920847d changed colours of plots, added links 2012-02-21 11:45:35 +01:00
Jaques Grobler 43acd6a839 Added Knn classification example image&html 2012-02-20 14:47:32 +01:00
Jaques Grobler e23908dfe9 Added a dataset image, some links and 'import sklearn' updates
Added the iris dataset image to supervised_learning.rst
Added html for iris dataset image.
Updated plot_iris_classifiers.py to use KNearestNeighbors
plot_iris_dataset_3class.py is for the image of the iris dataset
- Didn't want to overwrite plot_iris_dataset.py just yet.
2012-02-17 17:58:46 +01:00
Jaques Grobler 448dcd2053 Links, image resize and updated ipython code in tutorial
Few links added into supervised_learning.rst
image in settings.rst now square so doesnt shrink adjacent code box
updated ipython code regarding nearest neighbours(after API change in 0.10)
2012-02-17 14:32:32 +01:00
Jaques Grobler 1a7c5edeec Added links to some keywords.
Added a small note after the Training set.. topic - linking to the
other basic tutorial
Fixed a typo in k-Nearest neighbors classifier heading.
2012-02-16 17:39:45 +01:00
Jaques Grobler 4e78ea4426 Updated tutorial folders in doc with placeholders for other tutorials. updated index.rst for the tutorial menu accordingly 2012-02-16 14:15:28 +01:00