-
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.
rerun with updated features the mixed dictionary but it went terribly
- Loading branch information
1 parent
396f888
commit cab21a6
Showing
6 changed files
with
122 additions
and
93 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 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,74 @@ | ||
privacy | ||
people | ||
system | ||
safe | ||
possible | ||
should | ||
experience | ||
safer | ||
right | ||
secure | ||
community | ||
believe | ||
express | ||
we | ||
can | ||
use | ||
cookies | ||
you | ||
data | ||
or | ||
content | ||
with | ||
information | ||
they | ||
learn | ||
more | ||
provide | ||
device | ||
understand | ||
days | ||
collect | ||
who | ||
the | ||
your | ||
is | ||
to be | ||
you should | ||
help keep | ||
provide you | ||
should be | ||
and protect | ||
when people | ||
to enable | ||
and privacy | ||
this right | ||
public interest | ||
what you | ||
have a | ||
you with | ||
for people | ||
use cookies | ||
you can | ||
20/09/2021 14 | ||
more about | ||
help us | ||
the information | ||
information about | ||
we may | ||
and others | ||
products including | ||
not about | ||
these terms | ||
to build | ||
with facebook | ||
who you | ||
advertising and | ||
that help | ||
we collect | ||
share and | ||
not at | ||
services that | ||
share it | ||
it with | ||
are not |
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,74 +1,30 @@ | ||
combat | ||
you | ||
right | ||
your | ||
is | ||
be | ||
privacy | ||
give | ||
people | ||
system | ||
their | ||
safe | ||
secure | ||
community | ||
however | ||
possible | ||
should | ||
experience | ||
safer | ||
right | ||
secure | ||
community | ||
believe | ||
express | ||
we | ||
can | ||
use | ||
cookies | ||
you | ||
data | ||
or | ||
content | ||
with | ||
information | ||
they | ||
learn | ||
more | ||
provide | ||
device | ||
understand | ||
days | ||
collect | ||
who | ||
the | ||
your | ||
is | ||
to be | ||
you should | ||
to enable | ||
this right | ||
should be | ||
not at | ||
help keep | ||
when people | ||
provide you | ||
should be | ||
and protect | ||
when people | ||
to enable | ||
and privacy | ||
this right | ||
public interest | ||
what you | ||
have a | ||
you with | ||
for people | ||
use cookies | ||
you can | ||
20/09/2021 14 | ||
more about | ||
help us | ||
the information | ||
information about | ||
we may | ||
and others | ||
products including | ||
not about | ||
these terms | ||
to build | ||
with facebook | ||
who you | ||
advertising and | ||
that help | ||
we collect | ||
share and | ||
not at | ||
services that | ||
share it | ||
it with | ||
are not |
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 - Adaboost | ||
Performance measures - Mixed Dictionary - Adaboost | ||
|
||
Test set: | ||
|
||
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. ] | ||
Precision macro: 0.246 | ||
Precision Individually: [0.364 0. 0.615 0. 0.25 ] | ||
Recall macro: 0.289 | ||
Recall Individually: [0.571 0. 0.774 0. 0.1 ] | ||
F1 Score micro: 0.493 | ||
F1 Score macro: 0.255 | ||
F1 Score weighted: 0.431 | ||
F1 Score Individually: [0.444 0. 0.686 0. 0.143] | ||
|
||
|