Commit Graph

16 Commits

Author SHA1 Message Date
Olivier Grisel 123c0f8c11 better name: rename class_names to target_names for consistency 2011-02-27 12:15:50 +01:00
Peter Prettenhofer 46a2d551a3 fixed imports in non-auto examples.
COSMIT import paths in plot examples.
Rephrased SGD outline in linear_model.rst
2010-12-03 10:28:08 +01:00
Peter Prettenhofer fe662553ea finalized sgd module renaming.
renamed ClassifierSGD to SGDClassifier (same for Regressor)
updated setup.py files
updated examples
updated docs
2010-11-30 12:14:30 +01:00
Peter Prettenhofer eda509886d changed loss function names in SGD (squaredloss -> squared_loss; also for modified_huber).
Fixed examples after SGD class renaming.
COSMIT in sgd documentation.
2010-11-25 11:03:10 +01:00
Olivier Grisel 8277a241d8 better title for the mlcomp example 2010-11-14 02:46:47 +01:00
Olivier Grisel 426dc63c41 use a SGD model in the mlcomp demo since it is the fastest for this problem 2010-11-12 01:44:18 +01:00
Olivier Grisel 9d5e16b666 trailing spaces holocaust 2010-11-06 15:42:55 +01:00
Alexandre Gramfort aead1012b1 cosmit + typos in doc 2010-11-04 08:36:25 +01:00
Mathieu Blondel 526c0be2e1 Merge branch 'textextract'
Conflicts:
	examples/mlcomp_document_classification.py
2010-11-03 15:53:35 +09:00
Alexandre Gramfort ec1514ac19 ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
Olivier Grisel 2a76cbeab6 tracking changes occurring on master 2010-11-01 15:11:19 +01:00
Olivier Grisel d0828deba0 showcase the new classification report in the examples 2010-11-01 12:37:06 +01:00
Olivier Grisel 458527fe06 porting the sparse document classification example to the new API 2010-10-25 02:12:28 +02:00
Fabian Pedregosa b77189bfa5 Fix imports in example. 2010-10-22 12:00:12 +02:00
Olivier Grisel da9edc523f Showcase the new LinearSVC wrapper for with sparse liblinear bindings in the 20 newsgroups document classification example 2010-08-17 16:02:45 +02:00
Olivier Grisel 8c61c972e2 new example to demonstrate sparse TF-IDF + sparse SVM on 20 newsgroups (too slow right now) 2010-08-02 01:08:42 +02:00