-
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.
removed some comments and rerun bigrams again
- Loading branch information
1 parent
7f207b1
commit 396f888
Showing
4 changed files
with
23 additions
and
23 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,14 +1,14 @@ | ||
Performance measures - Unigram Dictionary - MLP Word Embeddings | ||
Performance measures - Unigram Dictionary - Adaboost | ||
|
||
Test set: | ||
|
||
Precision macro: 0.534 | ||
Precision Individually: [0.778 0. 0.73 0.75 0.412] | ||
Recall macro: 0.469 | ||
Recall Individually: [0.5 0. 0.871 0.273 0.7 ] | ||
F1 Score micro: 0.657 | ||
F1 Score macro: 0.464 | ||
F1 Score weighted: 0.638 | ||
F1 Score Individually: [0.609 0. 0.794 0.4 0.519] | ||
Precision macro: 0.257 | ||
Precision Individually: [0.8 0. 0.484 0. 0. ] | ||
Recall macro: 0.251 | ||
Recall Individually: [0.286 0. 0.968 0. 0. ] | ||
F1 Score micro: 0.507 | ||
F1 Score macro: 0.213 | ||
F1 Score weighted: 0.386 | ||
F1 Score Individually: [0.421 0. 0.645 0. 0. ] | ||
|
||
|