Commit 4c29c7e6 by Pamela Osuna

libraries added

parent 9e852d7b
########### PRECISION - RECALL CURVE ##########
from sklearn.metrics import average_precision_score
from sklearn.metrics import precision_recall_curve
import numpy as np
import matplotlib.pyplot as plt
def create_pr(num_classes, y_test, y_pred):
# 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