We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could eventually replace the current roc plot in the quick-start.
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.plot_roc_curve.html
can replicate the code in sklearn's roc plotting capability (https://github.com/scikit-learn/scikit-learn/blob/b3ea3ed6a/sklearn/metrics/_plot/roc_curve.py#L114)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could eventually replace the current roc plot in the quick-start.
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.plot_roc_curve.html
can replicate the code in sklearn's roc plotting capability (https://github.com/scikit-learn/scikit-learn/blob/b3ea3ed6a/sklearn/metrics/_plot/roc_curve.py#L114)
The text was updated successfully, but these errors were encountered: