Commit Graph

633 Commits

Author SHA1 Message Date
Lars Buitinck 627bf4144d DOC typos and style in linear_model docs 2011-11-03 19:54:47 +01:00
Olivier Grisel 1e4e6012ac ENH: make it possible to pass class_weight='auto' as constructor param for SGDClassifier 2011-11-01 19:00:50 +01:00
GaelVaroquaux f99774084c DOC: add IterGrid in reference 2011-10-28 17:55:30 +02:00
Lars Buitinck b260880495 DOC expand Naive Bayes narrative doc (BernoulliNB formula) 2011-10-27 22:24:11 +02:00
Olivier Grisel aa69d857a8 FIX #401: update tutorial doctests to reflect recent changes and add them to 2011-10-22 17:39:19 +02:00
Andreas Mueller 0d42b511f3 DOCS: Typo in url 2011-10-20 16:07:52 +02:00
Andreas Mueller 746529687f DOCS: Image is aligned to the right... 2011-10-18 17:05:10 +02:00
Gilles Louppe 6bccd7d3e3 DOC: Added load_boston in classes.rst 2011-10-18 16:27:15 +03:00
vene ae445be274 DOC: added Gaussian Processes to class reference 2011-10-13 13:41:54 +03:00
Lars Buitinck fe0ab94640 DOC copy-edit naive bayes doc, with an emphasis on the formulas
* follow scikit-learn naming convention (y for classes, x_i for features)
* don't assume text classification, even for multinomial NB
2011-10-10 15:44:33 +02:00
Gael varoquaux 9323a220b0 DOC: improve silhouette coefficient docs 2011-10-08 11:28:45 +02:00
Gael varoquaux 8f5c2ef31e DOC: use random_state in KMeans 2011-10-08 11:12:33 +02:00
Olivier Grisel bf68b538e8 Some clarification of the memory copy issues. 2011-10-07 12:11:51 +03:00
Gael varoquaux 8dfe631489 Merge branch 'master' into tree
Conflicts:
	sklearn/setup.py
2011-10-07 00:30:19 +02:00
Olivier Grisel 4873dd65b0 DOC: fix broken links + various cosmits 2011-10-05 10:27:46 +02:00
Olivier Grisel c41fe29b5b cosmit: pep8 and trailing spaces 2011-10-05 10:16:51 +02:00
Brian Holt 8206495414 tree construction depends on n_features 2011-10-04 16:20:41 +02:00
Brian Holt c9d142c032 Merge branch 'master' of github.com:scikit-learn/scikit-learn into enh/tree 2011-10-04 13:51:58 +01:00
Brian Holt edfcd5d6ec modified threshold comparison from < to <= 2011-10-04 13:32:07 +01:00
Robert Layton e2888eda6c Removed unneeded line from doc 2011-10-04 13:47:40 +11:00
Robert Layton 7e7af6115f Updated doc with new API 2011-10-04 13:41:05 +11:00
Robert Layton 430fb43767 Merge remote-tracking branch 'upstream/master' into silhouette
Conflicts:
	doc/modules/clustering.rst
	sklearn/metrics/__init__.py
2011-10-04 10:33:42 +11:00
Robert Layton dbc83ca215 Narrative documentation 2011-09-30 23:26:59 +10:00
Lars Buitinck 458cc72440 fix doctest failures in linear_models docs 2011-09-26 15:41:16 +02:00
Lars Buitinck 6f84f45814 Merge pull request #357 from larsmans/overwrite-to-copy
rename overwrite_Foo params to copy_Foo (and inversed their meaning)
2011-09-26 06:08:25 -07:00
Brian Holt c5ad2c5aa5 rewrote GraphvizExporter into a function export_graphviz 2011-09-26 10:57:39 +01:00
Gael varoquaux 716b1e7105 DOC: improve spectral clustering docs 2011-09-25 21:20:59 +02:00
Gael varoquaux 185f7ab27f DOC: doc and example cosmetics for trees 2011-09-25 19:59:22 +02:00
Gael varoquaux dec37be4e2 DOC: minor doc ENH for trees 2011-09-25 17:51:07 +02:00
Gael varoquaux 2da76f79a6 DOC: fix rst 2011-09-25 17:36:42 +02:00
Lars Buitinck 56d26f9fdd rename overwrite_Foo params to copy_Foo (and inversed their meaning) 2011-09-25 16:52:29 +02:00
Brian Holt 0668fd314a included a mathematical formulation for CART 2011-09-23 22:29:34 +01:00
unknown ac989c4755 DOC minor editing to naive_bayes docs 2011-09-23 20:01:01 +02:00
Brian Holt b81cf2ac8b improved tree documentation 2011-09-23 18:48:33 +01:00
Brian Holt 851847fe39 fixed failing docttest 2011-09-23 16:51:30 +01:00
Brian Holt 6182960ac9 Merge branch 'master' of github.com:scikit-learn/scikit-learn into enh/tree 2011-09-21 20:26:40 +01:00
Olivier Grisel cc678ade87 typo: s/accurracy/accuracy/g 2011-09-21 18:44:26 +02:00
Gael varoquaux 48f430f6d6 DOC: formatting examples as a topic 2011-09-21 13:46:20 +02:00
Fabian Pedregosa 9ee0c1e7b7 Some more changelog stuff. 2011-09-21 12:07:26 +02:00
Olivier Grisel 8c4fa1b4c6 DOC: cross validation: introduce motivation and basic usage first 2011-09-21 11:09:30 +02:00
vene 639fcfbe69 Reordered dictionary learning docs 2011-09-19 13:31:36 +03:00
vene 8fee910b97 made sparse_encode functions visible 2011-09-19 13:20:57 +03:00
vene 77a0ec3878 s/img_denoising/image_denoising 2011-09-19 12:43:51 +03:00
vene b03dfa0415 Fixed image display in docs 2011-09-19 02:57:23 +03:00
vene 1a6f017514 added dict learning face decomposition to docs 2011-09-17 20:24:55 +03:00
vene 9c54b20b96 Reordered dictionary learning docs 2011-09-17 19:50:14 +03:00
vene 167f34080e renamed MiniBatchDictionaryLearning 2011-09-17 18:55:16 +03:00
vene 200031e22c Merge branch 'master' into sc 2011-09-17 17:40:50 +03:00
Olivier Grisel 3124785d6f Merge pull request #313 from robertlayton/pairwise_distance
Pairwise distance refactoring
2011-09-17 03:10:38 -07:00
vene ca92354906 Merge branch 'master' into sc 2011-09-17 01:53:41 +03:00