reiinakano / scikit-plot

An intuitive library to add plotting functionality to scikit-learn objects.
MIT License
2.43k stars 284 forks source link

Change cumulative curve like roc_curve #98

Open lugq1990 opened 5 years ago

lugq1990 commented 5 years ago

95 Change cumulative gain curve for adding different classes to plot and also with 'micro' and 'macro'

lugq1990 commented 5 years ago

102 Here just add the digits parameters for the metrics function like plot_roc and plot_precision_recall etc. Please see the difference for comparison.