Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
features_archive
backup
36 changes: 36 additions & 0 deletions doc/evaluation_results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

##features version 1.0 ##

Decision Tree
Total: 935 Finished: 935 Correct: 460 MicroAVG: 0.491979 MacroAVG: 0.522445

SVM
Total: 935 Finished: 935 Correct: 454 MicroAVG: 0.485561 MacroAVG: 0.552010

Max Entropy
Total: 935 Finished: 935 Correct: 654 MicroAVG: 0.699465 MacroAVG: 0.727580



## features verion 2.0 ##

Decision Tree:
Total: 935 Finished: 935 Correct: 638 MicroAVG: 0.682353 MacroAVG: 0.719701

Naive Bayes:
Total: 935 Finished: 935 Correct: 665 MicroAVG: 0.711230 MacroAVG: 0.748701

SVM:
parameters:
- kernel function: 'rbf'
- C=1000.0
- gamma=0.0001

Total: 935 Finished: 935 Correct: 687 MicroAVG: 0.734759 MacroAVG: 0.772213

Max Entropy:
parameters:
- optimize algorithm: 'iis'
- max_iter: 80

Total: 935 Finished: 935 Correct: 680 MicroAVG: 0.727273 MacroAVG: 0.757359
Binary file removed doc/report.docx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading