ploomber / sklearn-evaluation

Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
https://sklearn-evaluation.ploomber.io
Apache License 2.0
454 stars 54 forks source link

replace functional calls in random_forest_classifier_grid #298

Open neelasha23 opened 1 year ago

neelasha23 commented 1 year ago

Replace these with from_raw_data:

  1. plot.confusion_matrix(y_test, y_pred)
  2. plot.roc(y_test, y_pred)
edublancas commented 1 year ago

random_forest_classifier_grid

where is this? is this a section in the docs?

neelasha23 commented 1 year ago

src/sklearn-evaluation/grid/random_forest_classifier_grid.py

smruthi-sumanth commented 6 months ago

HI! Newbie to OSS. Can I work on your issue?