José Ricardo
a1aa44904f
Fixing small typos in the docs.
2013-12-04 10:52:23 -02:00
Jaques Grobler
ea7ad29123
sort out plot_iris vs plot_svm_iris
2013-11-03 22:10:57 -08:00
Nelle Varoquaux
15434800d7
Merge master in hc_linkage
2013-10-28 16:23:05 +01:00
Olivier Grisel
e3002c5efc
FIX #2372 : non-shuffling StratifiedKFold implementation and updated tests
2013-09-25 15:56:47 +02:00
Olivier Grisel
0ab527804e
Revert "Fix accidental doctest breakage."
...
This reverts commit 4c95f5e00a .
2013-09-20 13:27:48 +02:00
Daniel Nouri
4c95f5e00a
Fix accidental doctest breakage.
2013-09-20 12:41:39 +02:00
Nelle Varoquaux
a45d23fcfd
DOC improve narrative docs on hierarchical clustering
2013-08-25 11:33:40 +02:00
Vlad Niculae
2d97949125
DOC update docstrings to reflect libsvm random_state
2013-07-27 19:50:25 +02:00
dengemann
0e5815726a
FIX: address @agramfort 's comments
2013-07-23 15:49:26 +02:00
Denis A. Engemann
f7f2db14bb
ENH: improve tutorial to be more clean.
2013-07-23 15:49:26 +02:00
Denis A. Engemann
17aff7d2f7
FIX: tutorial
2013-07-23 15:49:25 +02:00
Gael Varoquaux
9bd98c34f4
Merge branch 'pr_1732'
2013-07-14 11:43:22 -05:00
Justin Vincent
fe52584e83
Got all the doc-tests working
2013-07-10 10:52:25 -04:00
Jake Vanderplas
7b762d88bb
DOC: make doc tests pass
2013-07-07 20:24:00 -07:00
Andreas Mueller
65d1ef5147
DOC FIX finite precision
2013-03-15 10:15:15 +01:00
Andreas Mueller
0c94b55c63
ENH add randomized hyperparameter optimization
2013-03-03 20:56:39 +01:00
Alexandre Gramfort
adb85bb487
fix doctest
2013-03-02 16:39:42 +01:00
Lars Buitinck
85ec0fd1ae
P3K death to the print statement
2013-02-11 23:11:57 +01:00
Jaques Grobler
0985264a4a
warning removal
2013-01-26 18:01:29 +01:00
Mark Veronda
9d5ed3a7c2
Feedback from @amueller
2013-01-02 17:24:35 +01:00
Mark Veronda
3352bbac31
Type-os and added great links to learning more about Machine Learning
2013-01-02 17:24:35 +01:00
GaelVaroquaux
252f73c92e
COSMIT: pep8, wording, layout
2012-11-08 09:29:07 +01:00
Corey Lynch
c188755c2f
Edited docs to reflect change in kernel used.
2012-11-08 09:15:16 +01:00
Tadej Janež
425c6e9b83
DOC: further improvements to the model selection exercise
2012-10-27 16:49:22 +02:00
GaelVaroquaux
eca762dd9b
DOC: improve the model selection exercise
...
Fixes #1278
2012-10-25 18:12:15 +02:00
Andreas Mueller
e64cea0342
ENH add random seed to logistic regression
2012-10-18 13:48:10 +02:00
Andreas Mueller
51b06b8203
FIX doctests for max_iter
2012-10-16 16:46:48 +02:00
Andreas Mueller
1b367e56e5
ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples
2012-10-10 19:10:29 +01:00
Alexandre Gramfort
466479fe03
API : consistent use alpha_/alphas_ for alpha/alphas estimated by CV in linear models (issue #1041 )
2012-09-02 23:16:54 +02:00
Lars Buitinck
da968171cf
DOC tutorial: explain what an estimator is
2012-08-04 01:26:27 +02:00
GaelVaroquaux
01572bf129
TST: fix doctest
2012-07-30 11:35:25 +02:00
GaelVaroquaux
df1e71149c
DOC: ward docstring and testing
2012-07-26 09:15:57 +02:00
Andreas Mueller
d9a6243c98
ENH rename k in clustering examples and doctests to n_clusters
2012-05-30 07:41:34 +02:00
Gael Varoquaux
25112d0069
DOC: more readable title
2012-05-07 08:18:16 +02:00
Andreas Mueller
87f06b74ea
DOC more minor fixes
2012-05-06 23:33:55 +02:00
Andreas Mueller
4e3f00833e
DOC minor fixes to rst and image paths
2012-05-06 23:28:31 +02:00
Andreas Mueller
3c2e01f8be
DOC some doc corrections
2012-05-06 10:47:07 +02:00
Vlad Niculae
3885dd8ac3
FIX: doctests for scale_C, took some liberties
2012-05-05 21:57:05 +02:00
Alexandre Gramfort
15455263b7
API : change back default C to 1. explicitely and epsilon 0.1
2012-05-05 21:57:04 +02:00
Andreas Mueller
5edfa06019
DOC docs and examples have scale_C removed
2012-05-05 21:57:04 +02:00
Roy Hyunjin Han
1c6797b832
Fixed some typos
2012-05-02 13:37:58 -03:00
Andreas Mueller
80e6ec2e4a
MISC don't use private ``set_params`` method as that raises a warning.
2012-04-26 13:43:25 +02:00
Andreas Mueller
55959ed879
COSMIT don't use deprecated attributes in tutorial.
2012-04-23 21:16:13 +02:00
Alexandre Gramfort
fb4bedf94b
Merge pull request #747 from ibayer/posCoeff
...
positivity constraint for lasso and elastic net
2012-04-11 00:06:06 -07:00
Olivier Grisel
7a87d7f1c7
Merge pull request #742 from davidmarek/pdistance
...
minkowski p-distance in sklearn.neighbors
2012-04-05 00:16:01 -07:00
Gael Varoquaux
987f0fb490
Merge pull request #751 from jaquesgrobler/master
...
Removed `_plot` from the face recognition example
2012-04-03 07:45:11 -07:00
Jaques Grobler
ca50d31a42
Removed `_plot` from the face recognition example
...
updated tutorial page to use static image.
2012-04-03 13:20:01 +02:00
flyingimmidev
b7b7b62aff
fixed doctest
2012-04-01 19:22:50 +02:00
Andreas Mueller
8474e94e9a
DOC sphinx/rst errors
2012-03-31 16:10:59 +02:00
Mathieu Blondel
a8b5110496
Fix doctest failure.
2012-03-31 21:11:43 +09:00
David Marek
e761d69e8c
TEST: tested different p values in nearest neighbors
2012-03-31 13:02:10 +02:00
Jaques Grobler
efd467cffd
Fixed broken image link
2012-03-27 15:27:14 +02:00
Andreas Mueller
f62966d5b3
COSMIT Typo
2012-03-26 09:55:57 +02:00
GaelVaroquaux
2edfa60d66
BUG: fix doctests
2012-03-26 02:14:42 +02:00
GaelVaroquaux
6b1bc1744f
BUG: no plotting in doctests
2012-03-26 01:32:07 +02:00
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
493c7cc327
path fix of moved figure
2012-03-11 23:45:43 +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
4cca090b05
replaced silence paramenter in makefile, links removed in stat_learn tutorial, big_toc_css copy deleted, heading changed in tutorial index, tutorial index info added
2012-03-07 17:08:14 +01:00
Jaques Grobler
49c657ca52
examples merged to example pool
2012-03-07 12:15:46 +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
c6f619c918
All scikit tutorial images and links redone
...
-plot_face_recognition's code was updated to latest face_recognition
2012-03-01 18:17:27 +01:00
Jaques Grobler
43b962a210
Section 4 done - images/links/htmls for images
...
-_plot_pca_3d renamed to plot_pca_3d
-plot_pca_3d still needs quiver, but plot works now
-plot_lena_ward added to plot ward clustering of lena
2012-03-01 17:16:41 +01:00
Jaques Grobler
0b3981c425
renamed file-names, finished model-selection, changed cv plot to use C
2012-02-29 17:21:42 +01:00
Jaques Grobler
82f3c068f4
fixed link/updated some code
2012-02-28 16:36:37 +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
a7925e928c
added an html page for plot_digits_first_image.py
2012-02-16 15:59:09 +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