High-performance machine learning package for classification and regression
High performance, easy-to-use, and scalable machine learning package
xlearn$ xlearn_train -s 0 -m linear_model.bin train_data.txt$ xlearn_predict model.bin test_data.txt output_predictions.txt$ xlearn_train -s 1 -m fm_model.bin -v 5 train_data.txt