Commit aa5b878c by Pamela Osuna

corrections

parent 3d2c33d6
......@@ -195,7 +195,7 @@ def run_kfold(X_train, X_test, y_train, y_test, params):
#average of acc, auc, cm, pr
total_acc = total_acc/(N_SPLITS)
total_auc = total_acc/(N_SPLITS)
total_auc = total_auc/(N_SPLITS)
cm = cm/N_SPLITS
pr = avg_pr(N_SPLITS, N_CLASSES, recs_k, precs_k, avgs_k)
......
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