Alexandre Gramfort
|
0ba90482f6
|
Merge pull request #654 from GaelVaroquaux/enet_cv
Add the option to set rho by CV in ElasticNetCV
|
2012-02-27 07:54:32 -08:00 |
Olivier Grisel
|
fcec0ff7d1
|
DOC: formatting improvement to ensemble.rst
|
2012-02-26 19:18:33 +01:00 |
GaelVaroquaux
|
de85be284c
|
DOC: document ElasticNetCV
|
2012-02-26 13:09:14 +01:00 |
Andreas Mueller
|
b3839837cf
|
DOC C is pretty large now...
|
2012-02-22 21:36:30 +01:00 |
Andreas Mueller
|
19b5e3332e
|
DOC fixed inconsistent titles. sphinx didn't like them and didn't show these sections.
|
2012-02-21 00:54:53 +01:00 |
Andreas Mueller
|
1e06904c2e
|
Merge branch 'master' into svm_class_weights
Conflicts:
sklearn/svm/base.py
|
2012-02-17 15:39:39 +01:00 |
Gael Varoquaux
|
edd7772a9a
|
Merge pull request #603 from jakevdp/GPML-fixes
ENH: noise in gaussian processes
|
2012-02-16 13:59:16 -08:00 |
Andreas Mueller
|
361a058658
|
MISC don't use deprecated mean_square_error
|
2012-02-16 16:09:31 +01:00 |
Gilles Louppe
|
f4ed07c44c
|
Merge pull request #627 from amueller/min_leaf_cherrypick
MRG trees: Min leaf cherrypick
|
2012-02-16 06:51:35 -08:00 |
Andreas Mueller
|
00831544b7
|
COSMIT pep8 + "leafs" typo.
|
2012-02-16 11:29:52 +01:00 |
Andreas Mueller
|
49462943cb
|
MISC renamed min_split and min_leaf to min_samples_split, min_samples_leaf, added them to the ensemble classifiers and documented them....
|
2012-02-15 23:38:11 +01:00 |
Andreas Mueller
|
3647f1fbe8
|
DOC renamed duplicate label
|
2012-02-15 00:19:57 +01:00 |
Andreas Mueller
|
868eac134f
|
Merge branch 'master' into svm_class_weights
Conflicts:
doc/modules/svm.rst
doc/tutorial.rst
doc/whats_new.rst
sklearn/linear_model/logistic.py
sklearn/svm/base.py
sklearn/svm/classes.py
sklearn/svm/sparse/classes.py
sklearn/svm/tests/test_sparse.py
sklearn/svm/tests/test_svm.py
|
2012-02-15 00:12:02 +01:00 |
Andreas Mueller
|
b2eb6b3949
|
DOC minor fixes and typos
|
2012-02-14 20:52:24 +01:00 |
Andreas Mueller
|
fb34320c28
|
DOC add load_svmlight_file to references
|
2012-02-14 20:34:09 +01:00 |
Alexandre Gramfort
|
366ceb2d84
|
DOC: update scale_C docstrings + add notes to svm.rst
|
2012-02-11 14:43:45 +01:00 |
Alexandre Gramfort
|
f0dc6116ad
|
API: set scale_C to True by default in libsvm/liblinear models
|
2012-02-11 14:42:47 +01:00 |
Olivier Grisel
|
ca2f9ec279
|
Merge pull request #618 from ogrisel/train_test_split
MRG: finally! the Train Test Split utility function!
|
2012-02-11 04:40:10 -08:00 |
Olivier Grisel
|
77b9bdc2a9
|
cosmit
|
2012-02-11 10:46:16 +01:00 |
Olivier Grisel
|
8abda3aa21
|
DOC: related improvement in GridSearchCV doc
|
2012-02-11 10:18:36 +01:00 |
Olivier Grisel
|
b424c5885f
|
typo
|
2012-02-10 23:43:34 +01:00 |
Olivier Grisel
|
24e27368f0
|
DOC: narrative doc for train_test_split
|
2012-02-10 22:57:04 +01:00 |
Lars Buitinck
|
b981f568db
|
DOC typo
|
2012-02-10 18:37:16 +01:00 |
Lars Buitinck
|
6f86062081
|
DOC typos
|
2012-02-10 14:49:30 +01:00 |
Andreas Mueller
|
8306c1ead3
|
DOC typos.
|
2012-02-08 14:50:16 +01:00 |
Andreas Mueller
|
0e8312312b
|
ENH: moved class_weight parameter in svms from fit to ``__init__``.
|
2012-02-07 00:24:02 +01:00 |
Robert Layton
|
44afb235ed
|
Doc updates
|
2012-02-06 07:37:26 +01:00 |
Robert Layton
|
1520ad3ebb
|
Parallel version of k-means.
|
2012-02-06 07:37:26 +01:00 |
GaelVaroquaux
|
b187b9e9b1
|
DOC: more examples for DPGMM
|
2012-02-05 23:28:19 +01:00 |
GaelVaroquaux
|
ac62e91d25
|
DOC: reorganize GMM docs
|
2012-02-05 23:27:41 +01:00 |
GaelVaroquaux
|
ad5007585f
|
DOC: reorganize GMM docs
|
2012-02-05 23:26:53 +01:00 |
bthirion
|
ae83ab7530
|
ENH: fixed the GMM docs
|
2012-02-04 22:17:59 +01:00 |
bthirion
|
91164d0aa0
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into gmm-fixes
|
2012-02-03 19:51:56 +01:00 |
bthirion
|
0177e7da0d
|
Corrected the docs
|
2012-02-03 19:31:30 +01:00 |
Andreas Mueller
|
c21776621c
|
DOC add cross_val_score to references, OCD.
|
2012-02-02 21:23:51 +01:00 |
Jake Vanderplas
|
35f9dfc256
|
DOC: expand nugget explanation; combine two GPML examples
|
2012-02-02 07:35:55 -08:00 |
Jake Vanderplas
|
b4717b635a
|
Merge commit 'upstream/master' into GPML-fixes
|
2012-02-02 07:34:01 -08:00 |
bthirion
|
e1938f9be3
|
ENH: renamed plot_gmm_model_selection.py to plot_gmm_selection.py
|
2012-02-02 15:43:25 +01:00 |
GaelVaroquaux
|
b36beb4e7b
|
Merge branch 'label-propagation'
|
2012-02-02 12:55:56 +01:00 |
GaelVaroquaux
|
7f62f8ca5f
|
DOC: minor rmk on label_propagation
|
2012-02-02 11:07:29 +01:00 |
GaelVaroquaux
|
e4dc6a7291
|
DOC: improve the label_propagation docs
|
2012-02-02 10:50:39 +01:00 |
Clay Woolam
|
e3fe33411c
|
placed semi-supervised under supervised learning techniques in user
guide
|
2012-02-01 18:01:21 -08:00 |
Clay Woolam
|
86a3de73cc
|
corrected the documentation and add semi-supervised section to the user
guide
|
2012-02-01 17:27:13 -08:00 |
Jake Vanderplas
|
c5f36de2e9
|
example + documentation of gaussian processes on noisy data
|
2012-02-01 07:34:37 -08:00 |
Mathieu Blondel
|
af5037ad7b
|
DOC: scaling regression targets.
|
2012-02-01 20:54:08 +09:00 |
Mathieu Blondel
|
8e686beb9b
|
Don't raise warning when passing explicit scale_C=False.
|
2012-02-01 20:24:03 +09:00 |
Andreas Mueller
|
2588a3cd06
|
DOC more fixes in Docs
|
2012-01-31 21:55:31 +01:00 |
GaelVaroquaux
|
a882bedcc3
|
MISC: address @ogrisel and @mblondel's comments
|
2012-01-31 18:11:05 +01:00 |
GaelVaroquaux
|
db1a2122f3
|
DOC: example and docs for randomized-lasso
|
2012-01-31 18:10:43 +01:00 |
GaelVaroquaux
|
6ada8de597
|
DOC: cross-reference linear_model and randomized_lasso
|
2012-01-31 18:10:43 +01:00 |