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 |