Commit Graph

22 Commits

Author SHA1 Message Date
Immanuel Bayer 80b4a5c54e fix warning: add underscore to: grid_search.best_estimator_ and
grid_search.best_score_
2012-09-01 15:28:19 +02:00
Olivier Grisel b620aa1ac2 Fix grid search example 2012-03-04 13:15:36 +01:00
Mathieu Blondel 85032d463a Merge branch 'sgd_partial_fit' 2012-01-17 15:20:07 +09:00
Mathieu Blondel 8126e5fc61 Rename _get_params() to get_params(). 2012-01-17 15:06:09 +09:00
Mathieu Blondel 36c2dcb804 Updat examples. 2012-01-14 22:40:29 +09:00
draxus e5628f79c6 peping8 examples 2011-12-19 18:16:51 +01:00
Lars Buitinck cfe6b64dd1 BUG adapt text feature grid search example to new 20news loader 2011-09-28 13:57:59 +02:00
Gael varoquaux 10c146f164 Cosmit: make in-place modifications explicit 2011-09-19 14:29:02 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Fabian Pedregosa ec7cba499d Don't use n_jobs=-1 in the examples. 2011-07-30 07:51:35 +02:00
Fabian Pedregosa 2fc4c96a90 Revert "Remove hardcoded n_jobs from examples."
This reverts commit 6887195563.
2011-07-30 07:49:56 +02:00
Fabian Pedregosa 6887195563 Remove hardcoded n_jobs from examples. 2011-07-29 14:49:45 +02:00
Lars Buitinck dba08029bf Search tfidf__norm space in text class. grid search example
Disabled (commented) by default, but verified to work.
The new default, l2 norm, is the optimal setting.
2011-07-04 14:12:18 +02:00
Olivier Grisel ee416469ff FIX: update the examples to match the new text feature extraction API 2011-04-03 03:58:09 +02:00
Olivier Grisel 637c70038c renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +01:00
Olivier Grisel f0a054b5ec update the grid search example 2011-02-27 03:05:42 +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 0961bcfddd better example filename 2010-11-14 02:56:42 +01:00