Olivier Grisel
|
14b0759289
|
reworked nested grid search example for better doc and output, use train_test_split and add more cross links
|
2012-02-11 09:31:51 +01:00 |
Andreas Mueller
|
68a8b8b46d
|
ENH renamed best_estimator and best_score in examples and tests.
|
2012-01-05 23:35:33 +01:00 |
draxus
|
e5628f79c6
|
peping8 examples
|
2011-12-19 18:16:51 +01:00 |
Olivier Grisel
|
ca48f82ab8
|
s/\bcross_val\b/cross_validation/g
|
2011-09-06 14:44:32 +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
|
7b705054fe
|
FIX: fix rename of grid_scores_
|
2011-04-28 10:09:52 +02:00 |
Fabian Pedregosa
|
3beac763da
|
Don't hardcode n_jobs.
|
2011-04-08 12:29:15 +02: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
|
576b38bbed
|
make the grid search able to use an arbitrary score function
|
2010-11-02 00:48:30 +01:00 |
Alexandre Gramfort
|
6631428211
|
ENH : pyflakes on examples to avoid useless imports + addint print __doc__
|
2010-11-01 16:46:40 +01:00 |
Fabian Pedregosa
|
5bbd6d86a1
|
Cosmetic changes to grid_search_digits.
|
2010-09-29 16:18:30 +02:00 |
Alexandre Gramfort
|
495fb3acad
|
ENH : using mixin rather than base class to bring score methods to estimators
|
2010-07-28 17:47:44 +02:00 |
Alexandre Gramfort
|
c77024dee3
|
ENH : adding BaseClassifier and BaseRegressor base classes
|
2010-07-28 16:51:18 +02:00 |
Alexandre Gramfort
|
05ad102521
|
ENH : allow grid search to work with lists of grids
|
2010-07-28 15:49:03 +02:00 |
Alexandre Gramfort
|
c346f8aaeb
|
ENH : adding loss functions in metrics.py
|
2010-07-27 17:14:06 +02:00 |
Gael varoquaux
|
dcddaa588b
|
MISC: Beautify examples.
|
2010-07-27 12:40:07 +02:00 |
Gael varoquaux
|
a2ca1e98ba
|
Merge branch 'master' of github.com:GaelVaroquaux/scikit-learn
|
2010-07-27 12:28:30 +02:00 |
Gael varoquaux
|
12ccf231db
|
DOC: Beautify example
|
2010-07-27 12:27:27 +02:00 |
Alexandre Gramfort
|
d1baaf5b24
|
ENH : update grid search example
|
2010-07-27 12:14:13 +02:00 |
Alexandre Gramfort
|
c1f222e84f
|
API : cross val generator in now given in fit in grid search object
|
2010-07-27 12:00:50 +02:00 |
Alexandre Gramfort
|
b7520134fe
|
API : renaming GridSearch to GridSearchCV
BUG : fix grid search example
|
2010-07-27 11:05:37 +02:00 |
Alexandre Gramfort
|
8ada0f2991
|
ENH : using digits in grid search example
|
2010-07-27 10:04:15 +02:00 |