Commit d5517592 by Pamela Osuna

libraries added

parent 4c29c7e6
from sklearn.metrics import roc_curve, auc from sklearn.metrics import roc_curve, auc
import matplotlib.pyplot as plt
def roc_auc(n_classes, y_test, y_score): def roc_auc(n_classes, y_test, y_score):
# Compute ROC curve and ROC area for each class # Compute ROC curve and ROC area for each class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment