Skip to content

Commit

Permalink
Merge pull request #76 from merekat/Alex
Browse files Browse the repository at this point in the history
added data about f1 scores
  • Loading branch information
merekat authored Jul 12, 2024
2 parents d28472d + 04e48fa commit 845703e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/df_f1_sc.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
model,f1_train,f1_test
Logistic Regression (BM),0.44,0.43
SGD Class.,0.4,0.4
KNeighbors Class.,0.57,0.46
Decision Tree Class.,0.58,0.47
Random Forest Class.,0.58,0.58
XGB Class.,0.52,0.48
Ada Boost,0.36,0.36
Bagging,0.48,0.4
Extra Trees,0.8,0.45
Gradient Boosting Class.,0.43,0.43

0 comments on commit 845703e

Please sign in to comment.