-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add csv prelim results comparing scoring methods
- Loading branch information
Showing
3 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
results/prediction_results.csv → results/prediction_hp_results.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
mean_test_score,params,model | ||
mean f1 score,params,model | ||
0.5105467937509438,"{'C': 382, 'class_weight': 'balanced'}",LogisticRegression | ||
0.5103728808770104,"{'C': 679, 'class_weight': 'balanced'}",LogisticRegression | ||
0.5102954666668419,"{'C': 559, 'class_weight': 'balanced'}",LogisticRegression | ||
0.4771019117525735,"{'max_depth': 946, 'n_estimators': 161}",RandomForest | ||
0.4733326055475163,"{'max_depth': 1793, 'n_estimators': 168}",RandomForest | ||
0.4704955878532605,"{'max_depth': 560, 'n_estimators': 94}",RandomForest | ||
0.4690769166930845,"{'max_depth': 1408, 'n_estimators': 43}",RandomForest | ||
0.44324776992437653,"{'max_depth': 736, 'n_estimators': 20}",RandomForest | ||
0.4770697459749054,"{'max_depth': 946, 'n_estimators': 161}",RandomForest | ||
0.4732701194650283,"{'max_depth': 1793, 'n_estimators': 168}",RandomForest | ||
0.4712084891255244,"{'max_depth': 560, 'n_estimators': 94}",RandomForest | ||
0.46651160869743113,"{'max_depth': 1408, 'n_estimators': 43}",RandomForest | ||
0.44238043726889337,"{'max_depth': 736, 'n_estimators': 20}",RandomForest | ||
0.39581547873324474,"{'C': 158, 'class_weight': 'none'}",LogisticRegression | ||
0.39581547873324474,"{'C': 596, 'class_weight': 'none'}",LogisticRegression |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
,Baseline,Random Forest,Logistic Regression | ||
mean_accuracy_train,0.7788,0.9995,0.7448 | ||
mean_accuracy_validation,0.7788,0.8168,0.7440 | ||
mean_f1_train,0.0000,0.9988,0.5125 | ||
mean_f1_validation,0.0000,0.4756,0.5109 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters