Andreas Mueller
|
57e81471a5
|
Merge pull request #648 from amueller/linear_model_class_weights
MRG class_weights constructor parameter in RidgeCV
|
2012-03-25 07:54:45 -07:00 |
Andreas Mueller
|
ef1986103e
|
DOC: Added ElllipticEnvelop to the References
|
2012-03-23 11:51:16 +01:00 |
Peter Prettenhofer
|
d452cde4a1
|
Merge branch 'master' into gradient_boosting
|
2012-03-22 22:28:25 +01:00 |
Andreas Mueller
|
0fe20c3ab9
|
DOC Added clustering functions to references.
|
2012-03-21 20:53:11 +01:00 |
Peter Prettenhofer
|
c831764bf8
|
Merge branch 'master' into gradient_boosting
|
2012-03-19 10:00:34 +01:00 |
Lars Buitinck
|
20b04689d9
|
Merge branch 'dictvectorizer'
Conflicts:
doc/modules/feature_extraction.rst
|
2012-03-18 18:09:43 +01:00 |
Lars Buitinck
|
edd77483e4
|
DOC narrative documentation for DictVectorizer
|
2012-03-17 01:49:18 +01:00 |
Peter Prettenhofer
|
835af05624
|
Merge remote branch 'upstream/master' into gradient_boosting
Conflicts:
sklearn/tree/tree.py
|
2012-03-13 07:16:35 +01:00 |
Peter Prettenhofer
|
de3991a5b5
|
updated documentation: plots for gradient_boosting, new sample generator
|
2012-03-12 22:19:20 +01:00 |
Yannick Schwartz
|
1caa9e7793
|
updated doc/whats_new.rst, doc/modules/classes.rst and doc/modules/cross_validation.rst for the sss
|
2012-03-12 16:20:48 +01:00 |
Olivier Grisel
|
c0541fa03b
|
Renamed Vectorizer to TfidfVectorizer + deprecation warning
|
2012-03-07 06:48:56 -08:00 |
Olivier Grisel
|
05721971c8
|
Merge branch 'master' into text-feature-extraction-simplification
|
2012-03-06 00:45:23 +01:00 |
Andreas Mueller
|
e1ac7c301b
|
DOC add ``estimate_bandwidth`` utility for MeanShift to the references and narrative
|
2012-03-04 20:38:15 +01:00 |
Andreas Mueller
|
372f03f127
|
DOC add link to narrative in lda and qda references
|
2012-03-04 20:19:31 +01:00 |
Olivier Grisel
|
02d238fbbe
|
Merge remote-tracking branch 'upstream/master' into text-feature-extraction-simplification
|
2012-03-04 20:06:19 +01:00 |
Andreas Mueller
|
346506f2a1
|
Merge pull request #674 from amueller/sample_datasets
MRG Cluster sample datasets
|
2012-03-04 11:03:11 -08:00 |
Olivier Grisel
|
0dd256b220
|
Merge remote-tracking branch 'upstream/master' into text-feature-extraction-simplification
|
2012-03-04 18:56:30 +01:00 |
Olivier Grisel
|
4f31269ff9
|
DOC: started section on text feature extraction
|
2012-03-04 18:56:03 +01:00 |
Andreas Mueller
|
70347ccfd4
|
DOC Added QDA to references, narrative docs, improved docstrings
|
2012-03-04 17:22:46 +01:00 |
Andreas Mueller
|
98cf508e78
|
DOC add new dataset generators to class reference
|
2012-03-04 14:55:59 +01:00 |
Andreas Mueller
|
9061131d7f
|
Merge branch 'master' into linear_model_class_weights
Conflicts:
sklearn/linear_model/ridge.py
|
2012-03-03 17:01:50 +01:00 |
Andreas Mueller
|
a7c180572c
|
DOC remove "for dense data" heading for SVM classes
|
2012-03-03 15:42:23 +01:00 |
Andreas Mueller
|
52263a60f4
|
DOC Documentation for RidgeClassifierCV
|
2012-03-03 14:00:56 +01:00 |
Andreas Mueller
|
361a058658
|
MISC don't use deprecated mean_square_error
|
2012-02-16 16:09:31 +01:00 |
Andreas Mueller
|
fb34320c28
|
DOC add load_svmlight_file to references
|
2012-02-14 20:34:09 +01:00 |
Olivier Grisel
|
24e27368f0
|
DOC: narrative doc for train_test_split
|
2012-02-10 22:57:04 +01:00 |
Andreas Mueller
|
c21776621c
|
DOC add cross_val_score to references, OCD.
|
2012-02-02 21:23:51 +01:00 |
GaelVaroquaux
|
b36beb4e7b
|
Merge branch 'label-propagation'
|
2012-02-02 12:55:56 +01:00 |
GaelVaroquaux
|
e4dc6a7291
|
DOC: improve the label_propagation docs
|
2012-02-02 10:50:39 +01:00 |
Clay Woolam
|
86a3de73cc
|
corrected the documentation and add semi-supervised section to the user
guide
|
2012-02-01 17:27:13 -08:00 |
Andreas Mueller
|
2588a3cd06
|
DOC more fixes in Docs
|
2012-01-31 21:55:31 +01:00 |
Alexandre Gramfort
|
45ae9a9a24
|
ENH : fix docstrings + add func missing reference
|
2012-01-31 18:10:42 +01:00 |
Alexandre Gramfort
|
19331b5ae3
|
DOC : adding doc for Randomized sparse linear models + fix test
|
2012-01-31 18:07:06 +01:00 |
Mathieu Blondel
|
6ee1dd435a
|
Minimal documentation.
|
2012-01-29 02:53:19 +09:00 |
Lars Buitinck
|
3d12a744a6
|
DOC merge sparse and dense SVMs, part 4
|
2012-01-27 17:41:25 +01:00 |
Clay Woolam
|
268aed6b42
|
TL directory change to push label propagation code into semi_supervised
|
2012-01-22 21:13:56 -08:00 |
Clay Woolam
|
e778f7b5a5
|
variable name changes, using premade functions, doc fixes as per
@larsman
|
2012-01-21 14:02:42 -08:00 |
Lars Buitinck
|
d5f02dae3d
|
Merge branch 'master' into merge-linearsvcs
Conflicts:
examples/document_classification_20newsgroups.py
|
2012-01-17 09:21:33 +01:00 |
Lars Buitinck
|
0b0bcfc311
|
ENH merge dense/sparse LinearSVC, part 4: deprecate sparse.LogisticRegression
|
2012-01-16 21:34:55 +01:00 |
Lars Buitinck
|
9b0fbab0d1
|
ENH merge dense/sparse LinearSVC, part 3: deprecate sparse.LinearSVC
|
2012-01-16 18:27:14 +01:00 |
Andreas Mueller
|
9438f99bff
|
DOC added RidgeClassifier to References
|
2012-01-16 17:47:48 +01:00 |
Andreas Mueller
|
7912b65dc6
|
DOC: OCD and added image loader to class reference
|
2012-01-14 11:33:44 +01:00 |
Lars Buitinck
|
b6f98fe02e
|
remove deprecated Neighbors{Classifier,Regressor}
|
2012-01-11 17:25:37 +01:00 |
Clay Woolam
|
fdfb53177d
|
Merge branch 'larsmans-label-propagation'
Conflicts:
doc/modules/classes.rst
doc/modules/label_propagation.rst
sklearn/label_propagation.py
sklearn/tests/test_label_propagation.py
|
2012-01-09 16:39:44 -08: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
|
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
|
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 |