librec
librec copied to clipboard
Compute save load models from command line?
Hi, I have read the documentation and run the basic recommenders through the command line a few times. Unfortunately the documentation does not answer some of my needs.
From the command line I need to compute then save and load a pre-computed model. Save the model's predictions to arff. Predict new users and items without changing the model? (load and not-save I guess)
Also can any librec model output features for ML instead of predictions?
it seems save and load model is something everybody want
Older documentation mentions saving but it never mentions loading.
Hi, @bsesar. Thanks for your interest in our work. The function of loading and saving models are not completed yet both in Java API and command line API. You can implement it yourself to suit your requirements temporarily.
oops. I do not know java.