Commit Graph

41 Commits

Author SHA1 Message Date
Juan Carlos Alfaro Jiménez f3b64db3ed
MNT Add missing _deprecate_positional_args (#18436) 2020-09-23 12:54:42 +02:00
Albert Villanova del Moral 647fcb1ac1
DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
Albert Villanova del Moral 9b1f746ca4
DOC add display in See Also for plotting functions and additional docstring fixes (#18314) 2020-09-03 16:08:23 +02:00
Guillaume Lemaitre e030010c6c
ENH Adds plot_det_curve and associated display (#18176)
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-08-28 22:36:52 -04:00
Clara Matos c3f25168fe
EHN Provide a pos_label parameter in plot_roc_curve (#17651)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-07-06 16:37:19 +02:00
Juan Carlos Alfaro Jiménez 9cd13a1fa1
FIX Change MRO for some estimators (#17837) 2020-07-05 13:52:42 +02:00
Avi Gupta 8dc143e621
ENH Add parameter in colorbar in plot_confusion_matrix (#17192)
Co-authored-by: Venkatachalam N <venky.yuvy@gmail.com>
2020-06-26 22:58:05 +02:00
Guillaume Lemaitre e5b99ea802
EHN Provide a pos_label parameter in plot_precision_recall_curve (#17569) 2020-06-24 15:05:09 +02:00
Kevin Markham 6c384a6403
DOC Add "see also" links to and from new plotting functions (#17615)
* add See Also links to and from plot_precision_recall_curve

* add See Also links to and from plot_confusion_matrix
2020-06-16 21:46:20 -04:00
Kevin Markham 61442c3ce9
DOC Add "see also" links to and from "plot_roc_curve" (#17585)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-15 18:39:43 -07:00
Lucy Liu 7536b25bd3
MNT Fix spelling of _check_classifier_response_method (#17529) 2020-06-08 17:37:40 -04:00
Pardeep Singh 3f10622dd0
DOC Add examples to PrecisionRecall and ConfusionMatrix Display (#17492) 2020-06-07 16:50:22 -04:00
Lucy Liu c3fd8ec1ef
DOC Fix formating in plot_roc_curve docstring example (#17457) 2020-06-05 18:46:34 -04:00
Adrin Jalali 02309ffbda
API kwonly args in manifold, metrics, mixture, model_selection, multclass, multioutput (#16982) 2020-04-24 17:24:24 -04:00
Thomas J Fan 923b13ceda
API Adds defaults to Display Objects (#16933) 2020-04-23 13:11:45 -04:00
Kevin Markham 0a93fc9691
DOC Clarify what can be passed to the plotting utilities (#16893) 2020-04-10 18:27:02 -04:00
Rick Mackenbach 94f877b55e
Fix format of values in confusion matrix plot. (#16159) 2020-03-01 14:07:52 +11:00
Guillaume Lemaitre bbb1e3b6e9
BUG ensure that name is properly stored in the precision/recall display (#16505) 2020-02-23 17:14:03 +01:00
Guillaume Lemaitre 0ad7481bb1
BUG ensure that estimator_name is properly stored in the ROC display (#16500) 2020-02-23 16:47:44 +01:00
parsons-kyle-89 7366a5a4cc
BUG fix behaviour in confusion_matrix with with empty array-like as input (#16442) 2020-02-23 14:40:44 +01:00
talgatomarov 636e54a6c8
DOC Added example for plot_confusion_matrix (#16361) 2020-02-04 20:54:04 +11:00
Stephen Blystone eb3ad2dd5d FIX Add missing 'values_format' param to disp.plot() in plot_confusion_matrix (#15937) 2019-12-30 21:40:32 -06:00
Hanmin Qin 14bf5bc259 DOC Correct the default value of values_format in plot_confusion_matrix (#15981) 2019-12-30 08:11:35 +11:00
Thomas J Fan b42125bec3 [MRG] BUG Fixes constrast in plot_confusion_matrix (#15936) 2019-12-21 18:07:54 +01:00
Brian Wignall 0e10b3a3cb DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
Hanmin Qin 4ad4cc632e
MNT Raise erorr when normalize is invalid in confusion_matrix (#15888) 2019-12-18 15:40:03 +08:00
shivamgargsya 43827c998d DOC FIX default value for xticks_rotation in plot_confusion_matrix (#15890) 2019-12-14 21:07:31 +01:00
Guillaume Lemaitre f4da713c44 FIX add pos_label when computing AP in plot_precision_recall_curve (#15739) 2019-11-28 21:41:31 -06:00
Andreas Mueller e254b30b6e MAINT run latest CI on Python 3.8 (#15637) 2019-11-19 09:56:37 +01:00
Hanmin Qin 816c98090e MNT Reorder parameters in plot_confusion_matrix (#15645)
* MNT Reorder parameters in plot_confusion_matrix

* MNT Reorder parameters in plot_confusion_matrix

* address comment
2019-11-18 17:17:17 +01:00
Guillaume Lemaitre 080d0e5595 ENH add normalize parameter to confusion_matrix (#15625) 2019-11-15 04:44:23 -06:00
Thomas J Fan e650a207ef ENH Adds plot_confusion matrix (#15083) 2019-11-14 14:43:54 +01:00
Hanmin Qin ac7081c510 FIX plot_roc_curve/plot_precision_recall_curve now work with pipeline (#15606) 2019-11-12 18:46:38 +01:00
Thomas J Fan 968252dfb4 FEA Adds plot_precision_recall_curve (#14936) 2019-11-10 20:54:35 -06:00
Thomas J Fan d847557e18 MNT Remove pos_label in plot_roc_auc_curve (#15555) 2019-11-06 21:59:54 -06:00
steinfurt 0b284ff5c2 DOC Add example for metrics.RocCurveDisplay (#15214) 2019-10-27 13:09:48 +01:00
Thomas J Fan 14f5302b70 DOC Link items explictly (#14817)
* DOC Link items explictly

* STY

* DOC Link another
2019-09-05 11:37:05 +02:00
Thomas J Fan f09839d0f8 DOC Cleans up roc curve plotting (#14723) 2019-08-23 17:29:37 +02:00
Thomas J Fan 9e3216ecf9 FIX Passes sample_weight to roc_auc_curve in plot_roc_auc_curve (#14701) 2019-08-21 08:37:44 +08:00
Thomas J Fan ede933daa0 MNT Adds space to error message in plot_roc_curve (#14597) 2019-08-08 09:26:41 +08:00
Thomas J Fan db79e2db42 FEA Plotting API starting with ROC curve (#14357) 2019-08-08 08:28:17 +08:00