zapisywanie wynikow
This commit is contained in:
parent
31dfaf28c8
commit
2f71b4340e
@ -49,3 +49,5 @@ y_pred[:5]
|
||||
print(accuracy_score(y_test, y_pred))
|
||||
|
||||
print(classification_report(y_test,y_pred))
|
||||
|
||||
pd.DataFrame(y_pred).to_csv("preds.csv")
|
||||
|
Loading…
Reference in New Issue
Block a user