Tiziano Zito
|
c2169fa1e3
|
FIX broken links to Rubinstein's K-SVD paper.
|
2012-01-05 11:22:26 +01:00 |
Olivier Grisel
|
5443e19a9a
|
FIX: heisen doctest
|
2012-01-04 00:59:34 +01:00 |
Gilles Louppe
|
4cc04d07fc
|
FIX: max_features=None by default on single DT
|
2012-01-03 11:15:08 +01:00 |
Gilles Louppe
|
4946c627c9
|
DOC: fix broken doctest
|
2012-01-03 11:09:50 +01:00 |
Gilles Louppe
|
885a43ad51
|
DOC: typo
|
2012-01-03 10:47:11 +01:00 |
Gilles Louppe
|
00102c12f2
|
DOC: Added warning to default values
|
2012-01-03 10:44:04 +01:00 |
Gilles Louppe
|
b92ad6265d
|
DOC: Review of the narrative doc wrt max_features
|
2012-01-03 10:28:09 +01:00 |
Andreas Mueller
|
4b60c026ce
|
Merge pull request #513 from amueller/doc_underscores_for_real
Fixing RST errors in the documentation and trying to make docs a little more consistent.
|
2011-12-31 05:46:43 -08:00 |
Gilles Louppe
|
13a1114baf
|
Merge remote-tracking branch 'upstream/master' into parallel-forest
Conflicts:
doc/whats_new.rst
|
2011-12-30 17:09:32 +01:00 |
Gilles Louppe
|
e0c3eb3d05
|
DOC: Parallel computations in forest
|
2011-12-30 15:04:24 +01:00 |
Olivier Grisel
|
0e646ef4b2
|
ENH: make ShuffleSplit able to subsample the data
|
2011-12-30 10:43:27 +01:00 |
Gael varoquaux
|
e692a3277a
|
TST: fix touchy doctest
|
2011-12-29 20:35:04 +01:00 |
Gael varoquaux
|
8361178504
|
TST: fix doctest
|
2011-12-29 20:25:29 +01:00 |
Gael varoquaux
|
fdb98a0971
|
DOC: improve univariate feature selection docs
|
2011-12-29 20:21:12 +01:00 |
Gael varoquaux
|
aaf9435959
|
DOC: add links to examples.
|
2011-12-29 20:21:12 +01:00 |
Gael varoquaux
|
f967f7ef24
|
DOC: doctest bug
|
2011-12-29 20:21:12 +01:00 |
Gilles Louppe
|
e56a242259
|
DOC: :mod: link
|
2011-12-29 14:30:54 +01:00 |
Andreas Mueller
|
a3aa805bc5
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into doc_underscores_for_real
Conflicts:
sklearn/decomposition/nmf.py
sklearn/decomposition/pca.py
|
2011-12-29 11:57:41 +01:00 |
Gilles Louppe
|
37be658753
|
Merge remote-tracking branch 'upstream/master' into tree
Conflicts:
doc/whats_new.rst
|
2011-12-28 19:01:00 +01:00 |
Gilles Louppe
|
b0d2771e85
|
ENH: address @ogrisel comments
|
2011-12-28 17:48:54 +01:00 |
Gilles Louppe
|
951dffe278
|
DOC: Tree-based feature selection
|
2011-12-28 15:54:24 +01:00 |
Olivier Grisel
|
222dd209c2
|
DOC: wording
|
2011-12-28 15:26:36 +01:00 |
Olivier Grisel
|
db01ca98ad
|
DOC: wording
|
2011-12-28 15:01:19 +01:00 |
Olivier Grisel
|
51a17685cc
|
DOC: typo / wording
|
2011-12-28 10:45:02 +01:00 |
Andreas Mueller
|
f57d25495f
|
FIX minor rst
|
2011-12-27 23:47:36 +01:00 |
Olivier Grisel
|
c4f38fa71a
|
DOC: update narrative documentation
|
2011-12-27 10:42:22 +01:00 |
Andreas Mueller
|
bd13d21581
|
FIX indentation and string literals
|
2011-12-23 20:43:47 +01:00 |
Andreas Mueller
|
09d8090ded
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn
|
2011-12-21 20:15:47 +01:00 |
Vlad Niculae
|
8cd34b1299
|
DOC update changelog
|
2011-12-21 18:13:10 +01:00 |
Andreas Mueller
|
87a85c189a
|
Merge pull request #417 from larsmans/multilabel
MRG : ENH multilabel learning in OneVsRestClassifier
|
2011-12-21 08:10:23 -08:00 |
Vlad Niculae
|
6c6d9e3a0b
|
DOC: add image to narrative doc
|
2011-12-21 16:51:10 +01:00 |
Vlad Niculae
|
42b47ac72b
|
DOC: really add example to multiclass.rst
|
2011-12-21 16:47:18 +01:00 |
Vlad Niculae
|
f2b282df6e
|
DOC: add example to multiclass.rst
|
2011-12-21 16:42:39 +01:00 |
Vlad Niculae
|
fa74a6c18f
|
DOC: add multiclass to class reference
|
2011-12-21 16:40:32 +01:00 |
Lars Buitinck
|
18a70f7e99
|
Merge remote-tracking branch 'vene/lars_multilabel' into multilabel
Conflicts:
sklearn/tests/test_multiclass.py
|
2011-12-21 13:54:42 +01:00 |
Andreas Mueller
|
f29b29a02e
|
FIX: typo in docs
|
2011-12-21 13:04:23 +01:00 |
Andreas Mueller
|
0ce0f32966
|
FIX: Added DBSCAN to references
|
2011-12-21 12:55:27 +01:00 |
Andreas Mueller
|
17afd07fcf
|
Merge pull request #490 from mblondel/news20_loader
WIP : Vectorized news20 dataset loader.
|
2011-12-21 02:53:26 -08:00 |
Mathieu Blondel
|
3d2ea0d3e6
|
Use int16 for more compactness.
|
2011-12-21 11:37:33 +01:00 |
Vlad Niculae
|
9970fe2aa8
|
Add the samples generator to the references
|
2011-12-21 11:15:53 +01:00 |
Lars Buitinck
|
ad53ecd657
|
Merge branch 'master' into multilabel
Conflicts:
sklearn/datasets/_svmlight_format.c
Solved by re-cythonizing.
|
2011-12-21 11:15:33 +01:00 |
Jake Vanderplas
|
16ef900810
|
Merge commit 'upstream/master' into util-docs
|
2011-12-21 01:37:54 -08:00 |
Lars Buitinck
|
f609c3510f
|
DOC multilabel learning: note that it's experimental + @mueller's remark
|
2011-12-20 17:58:02 +01:00 |
Mathieu Blondel
|
0b0d8d1443
|
Add to class reference.
|
2011-12-20 17:14:03 +01:00 |
Mathieu Blondel
|
6628bc887b
|
Merge pull request #493 from amueller/kernel_approximation_doc
MRG trying to clarify the kernel_approx documentation.
|
2011-12-20 08:09:19 -08:00 |
Andreas Mueller
|
de414067ad
|
DOC trying to clarify the kernel_approx documentation.
|
2011-12-20 16:40:09 +01:00 |
Gilles Louppe
|
0a0d95f986
|
DOC: Cosmit on the reference
|
2011-12-20 16:03:03 +01:00 |
Andreas Mueller
|
a14d46d0f7
|
FIX: Kernel approximation module in references in alphabetical order.
|
2011-12-20 15:34:15 +01:00 |
Gael varoquaux
|
f30fafe5bd
|
DOC: removing dangling link
|
2011-12-20 14:23:07 +01:00 |
Gael varoquaux
|
ad19facb3b
|
DOC: cosmit in kernel approximation
|
2011-12-20 14:17:51 +01:00 |