Commit Graph

5 Commits

Author SHA1 Message Date
Rishikesh 93bbe54f6b [MRG+1] Modify General examples for matplotlib v2 comp (#8413)
* Modify plot_cv_predict.py for matplotlib v2 comp

Add `edgecolors` in scatter plot for matplotlib v2.

Issue: #8364

* Modify plot_multilabel.py for matplotlib v2

Add `edgecolors` in scatterr plot for matplotlib v2.

Issue: #8364

* Modify plot_kernel_ridge_regression for matplotlib v2

Add `edgecolors` in scatter plot and `makeredgecolor`
in plot.
Issue: #8364

* Modify plot_kernel_approximation.py for matplotlib v2

Add `edgecolors` in scatter plot for matplotlib v2.

Issue: #8364

* Change plot_kernel_ridge_regression for better plot

Remove `markeredgecolor` for better plot.

Issue:#8364
2017-06-19 20:51:33 +02:00
Ariel Rokem c95a0cb642 Typo in `plot_cv example` 2016-05-17 05:24:25 -07:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Alexandre Gramfort 24e962cfe1 cosmit in plot_cv_predict 2015-07-28 08:34:09 +02:00
Luis Pedro Coelho 2f275de41d ENH Add cross_val_predict function
This function returns the cross-validated prediction for each element in
the input data (i.e., the prediction that is made when that object is in
the test set).
2014-11-03 11:51:10 +11:00