-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added output results in organized files to all classifier configurati…
…ons reported in file all results + updated AI classifier code creating prediction json files
- Loading branch information
1 parent
08f962f
commit d9e6552
Showing
51 changed files
with
3,556 additions
and
122 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
output/AI Classifier/Adaboost/Unigrams+Bigrams/PredictionsStatsDev.txt
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,15 @@ | ||
Performance measures - Mixed Dictionary - Adaboost | ||
N_est: 100, Learning rate: 0.5 | ||
|
||
Dev set: | ||
|
||
Precision macro: 0.425 | ||
Precision Individually: [0.5 0. 0.696 0.5 0.429] | ||
Recall macro: 0.389 | ||
Recall Individually: [0.154 0. 0.941 0.182 0.667] | ||
F1 Score micro: 0.609 | ||
F1 Score macro: 0.365 | ||
F1 Score weighted: 0.549 | ||
F1 Score Individually: [0.235 0. 0.8 0.267 0.522] | ||
|
||
|
15 changes: 15 additions & 0 deletions
15
output/AI Classifier/Adaboost/Unigrams+Bigrams/PredictionsStatsTest.txt
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,15 @@ | ||
Performance measures - Mixed Dictionary - Adaboost | ||
N_est: 100, Learning rate: 0.5 | ||
|
||
Test set: | ||
|
||
Precision macro: 0.425 | ||
Precision Individually: [0.8 0. 0.574 0.25 0.5 ] | ||
Recall macro: 0.315 | ||
Recall Individually: [0.286 0. 1. 0.091 0.2 ] | ||
F1 Score micro: 0.567 | ||
F1 Score macro: 0.314 | ||
F1 Score weighted: 0.49 | ||
F1 Score Individually: [0.421 0. 0.729 0.133 0.286] | ||
|
||
|
Oops, something went wrong.