aksnzhy / xlearn

High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
https://xlearn-doc.readthedocs.io/en/latest/index.html
Apache License 2.0
3.09k stars 519 forks source link

Add popper workflow for comparing xlearn vs liblinear for the higgs demo #332

Open nicolecastillo opened 4 years ago

nicolecastillo commented 4 years ago

In this PR, we add a Popper workflow for automatically downloading and verifying the complete HIGGS data set from UCI (which has 11 million entries), running the benchmark to compare liblinear vs xlearn, and finally generating a report with a chart that shows the results including error bars.

Through this PR,