WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Taka008/binary-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-classifier

Binary classifier by Machine learning method

  • This can be used for binary classification such as True/False and Positive/Negative.
  • As classifier, support vector machine and random forest are used.

Input Format

  • It is assumed that an input file is like the exmaple below.
1    I like this movie.
-1     He hates vegetables.
...

How to Run

  • It is optional whether you specify the PARALLEL_NUMBER (default is 1).
$ python svm.py --data-dir DATA_DIR
$ python random_forest.py --data-dir DATA_DIR --n-jobs PARALLEL_NUMBER 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages