loopity_loop_CALL
This commit is contained in:
parent
7aead2d4f4
commit
160053d361
5 changed files with 163 additions and 188 deletions
|
@ -163,7 +163,7 @@ for train_index, test_index in skf.split(input_df, y_targetF):
|
|||
pres = precision_score(y_test_fold, y_pred_fold)
|
||||
presL.append(pres)
|
||||
presM = mean(presL)
|
||||
|
||||
|
||||
# Recall
|
||||
recall = recall_score(y_test_fold, y_pred_fold)
|
||||
recallL.append(recall)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue