Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 540 Bytes

EmPredictor

Quick Start

  1. Install Python 2.7. This script is only supported for running on Linux.

  2. Input data. Please convert the data to csv format.

  3. Run scripts, including F-score feature selection and SVM classification.

    python main.py data.csv
    

References

[1] Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines. ACM Transactions on Intelligent Systems and Technology, 2:27:1--27:27, 2011. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm