Commit Graph

18 Commits

Author SHA1 Message Date
Olivier Grisel 637c70038c renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +01:00
Olivier Grisel 27acf9100d Merge branch 'master' into 20newsgroups-dataset 2011-03-03 18:50:58 +01:00
Gael varoquaux 21175e3629 MISC: Fix example to adjust to eps -> tol 2011-03-02 06:52:58 +01:00
Olivier Grisel 6c4ecf3fb8 cosmit 2011-02-27 16:08:13 +01:00
Olivier Grisel 123c0f8c11 better name: rename class_names to target_names for consistency 2011-02-27 12:15:50 +01:00
Olivier Grisel a7a6431627 cosmit 2011-02-27 02:19:14 +01:00
Olivier Grisel 7e65409bf2 cosmit 2011-02-27 02:10:26 +01:00
Olivier Grisel 323a423553 first stab at factoring the 20 newsgroups dataset loading 2011-02-27 02:05:02 +01:00
Mathieu Blondel 8ee253a0af Fix 20newsgroup example. 2011-01-20 23:25:34 +09:00
Mathieu Blondel 95817f8495 Add RidgeClassifier to 20newsgroup classification example. 2011-01-19 00:13:54 +09: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 44352e8e8c factorize out shuffling dataset since it might be useful by default 2010-11-13 20:23:04 +01:00
Olivier Grisel 337f25f9f9 cosmit 2010-11-13 17:48:02 +01:00
Peter Prettenhofer f061783636 Include models with L1 and Elastic-Net penalty.
Optional arguments for printing the classification report and confusion matrix.
2010-11-13 17:26:01 +01:00
Gael varoquaux 0492a5c67e Cosmit 2010-11-12 07:35:00 +01:00
Olivier Grisel a21319d942 move the mlcomp SGD example as a generic 20 newsgroup classification example
with sparse features
2010-11-12 05:05:45 +01:00