Loïc Estève
719afba518
[MRG] Run more examples as part of the doc generation ( #8851 )
...
Also fix errors and flake8 violations of existing examples
2017-05-11 23:42:57 +02:00
Manraj Singh
6d604d1d93
[MRG] Randomized Search Example: Fix min_samples_split values for RandomizedSearchCV and GridSearchCV ( #8847 )
...
* Randomized Search Example: Fix min_samples_split values for RandomizedSearchCV and GridSearchCV
* Randomized Search Example: Change min_samples_split from 1.0 -> 2
2017-05-10 07:51:56 +10:00
Puneet Mathur
9e0e2d41fe
[MRG+1] Spelling mistake in Feature Extraction documentation ( #8763 )
...
* task: Fixed the minor change in code from svr to svm merging back to main branch http://scikit-learn.org/dev/modules/generated/sklearn.model_selection.GridSearchCV.html#sklearn.model_selection.GridSearchCV done on: Mar 13 2017 14:30 IST
* issue#8761: Fixed the code with spelling mistake Spelling mistake in
Feature Extraction documentation #8761
2017-04-19 10:20:22 -07:00
NALEPA Emmanuel
53c9336cef
[MRG] grid_search_digits.py: Remove impact-less (and confusing) 'C=1' parameter. ( #8731 )
...
This parameter does not modify at all the behavior of GridSearchCV,
and is quite confusing for the user.
Useful values of 'C' are already set in 'tuned_parameters'.
2017-04-13 08:20:34 +10:00
Sachin Agarwal
0cae688f25
plot iso-f1 curves in plot_precision_recall ( #8378 )
2017-02-20 13:53:51 +01:00
Guillaume Lemaitre
ec8d9f38aa
[MRG] Fix aesthetic example roc crossval ( #8232 )
...
* Fix esthetic example roc crossval
2017-01-25 14:09:54 +01:00
rashchedrin
7b0b6d7344
[MRG+1] Fix confusion matrix example code ( #7971 )
...
* fixed issue 7969
* Limited number of decimal places in normalized confusion matrix
* deduplicated code
2016-12-03 15:57:15 -05:00
Joel Nothman
6e98eec043
[MRG + 1] DOC refer to code elements in nested CV example description ( #7949 )
2016-11-30 20:46:39 +11:00
mlliou112
5fcc7e5cf0
DOC: Added Nested Cross Validation Example ( #7111 )
2016-09-25 10:47:01 +10:00
Gael Varoquaux
4b2304f05a
Merge pull request #7261 from betatim/negative-scorers
...
[MRG + 2] Rename scorers like `mse` to `neg_mse`
2016-09-08 20:40:17 +02:00
Raghav R V
4dbab2680e
results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al.
2016-09-06 18:46:09 +02:00
Tim Head
6673f75828
Update examples to new scorer names
2016-09-06 11:25:11 +02:00
Yen
42120e50bb
[MRG+1] Rename CV params n_{folds,iter} to n_splits ( #7187 )
...
* Rename n_iter to n_splits
* Fix bug
* Fix examples
* Add spaces
* Rename n_folds to n_splits
* Fix error
* Fix doc
* Fix doc
* Fix example
* Rename variables name
* PEP8
* Fix error message
* Add whats_new
* Fix test
* Fix doc
* Fix doc
* Make test clear
2016-08-16 13:56:55 -07:00
Óscar Nájera
bd5cecce44
update references link namespace
2016-08-03 20:23:50 +02:00
Igor Andriushchenko
7b7093ceda
DOC make confusion_matrix_plot.py exmaple more copy-pastable
2016-07-15 00:40:03 +03:00
hashcode55
1bec8e3937
first commit
2016-06-19 02:53:34 +05:30
Raghav R V
afd5d18b0c
[MRG] ENH Restructure grid_scores_ into a dict of 1D arrays
...
Also, DOC what's new section for model_selection changes
2016-06-16 12:23:04 +10:00
David Ellis
65c4df130b
Update plot_roc_crossval.py ( #6765 )
...
List "all_tpr" was not being used.
2016-05-07 17:32:49 +02:00
seales
0485ada58b
General spelling fixes
2015-12-16 09:46:42 -08:00
Raghav R V
f67e911124
DOC Modify documentation/examples for the new model_selection module
2015-10-29 16:49:23 +01:00
johannah
83430819de
Added colorblind compatibility
2015-10-23 19:07:46 +02:00
MartinBpr
b7acd76b50
Corrected macro ROC in example plot_roc
2015-10-20 17:11:25 +02:00
Gael Varoquaux
c7795695d0
Merge branch 'master' into pr_3651
2015-08-30 10:48:16 +01:00
Gael Varoquaux
bcb6d3bcf8
DOC: minor cosmetric to ROC example
2015-08-30 10:47:07 +01:00
Eduardo Caro
0e976e10f7
Change name of variable to be consistent with dataset
2015-07-02 02:13:06 -07:00
Andreas Mueller
eaf1e8c256
Explain why we multiply mean by two
2015-02-07 08:20:16 +01:00
Andreas Mueller
c970fb51e7
COSMIT spelling
2015-01-15 15:09:35 -05:00
Andreas Mueller
da8f6728af
Say best_estimator_ depends on refit=True. Fixes #2976 .
2015-01-09 16:04:46 -05:00
Joel Nothman
081a554698
FIX P/R/F metrics and scorers are now for binary problems only by default
...
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
Andreas Mueller
65d2e0d202
DOC add missing import to plot_underfitting_overfitting.py, fix plot height.
2014-12-02 09:03:22 -05:00
Paolo Puggioni
935fa24106
add crossvalidation
2014-12-02 13:08:25 +00:00
wangz10
9c079cf268
addressed jnothman's minor points.
2014-09-13 12:05:57 -04:00
wangz10
3bf6975b49
fixed duplicated part in plot_roc.py
2014-09-12 17:07:22 -04:00
Zichen Wang
8cee66bfbf
rebased upstream/master with master
2014-09-10 10:14:49 -04:00
Zichen Wang
042764cbc6
added macro-average ROC to plot_roc.py
2014-09-10 10:11:44 -04:00
Olivier Grisel
2c5fea1647
FIX: divide each row of the CM by the true support
2014-09-01 11:21:25 +02:00
Olivier Grisel
8d3f4dfbcf
ENH cosmetic reorg of the confusion matrix example
2014-09-01 10:17:33 +02:00
Laurent Direr
f5052211e5
Modified the confusion matrix example: included a normalized matrix, changed the colors and added class labels.
2014-07-27 19:09:11 +02:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00