Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace functional calls in random_forest_classifier_grid #298

Open
neelasha23 opened this issue Feb 22, 2023 · 3 comments
Open

replace functional calls in random_forest_classifier_grid #298

neelasha23 opened this issue Feb 22, 2023 · 3 comments

Comments

@neelasha23
Copy link
Contributor

neelasha23 commented Feb 22, 2023

Replace these with from_raw_data:

  1. plot.confusion_matrix(y_test, y_pred)
  2. plot.roc(y_test, y_pred)
@edublancas
Copy link
Contributor

random_forest_classifier_grid

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

@neelasha23
Copy link
Contributor Author

src/sklearn-evaluation/grid/random_forest_classifier_grid.py

@smruthi-sumanth
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants