xlearn

High-performance machine learning package for classification and regression

brewmacoslinux
Try with needOr install directly
Source

About

High performance, easy-to-use, and scalable machine learning package

Commands

xlearn

Examples

Train a linear model on training data$ xlearn_train -s 0 -m linear_model.bin train_data.txt
Make predictions using a trained model$ xlearn_predict model.bin test_data.txt output_predictions.txt
Train a factorization machine model with cross-validation$ xlearn_train -s 1 -m fm_model.bin -v 5 train_data.txt