guoguibing / librec

LibRec: A Leading Java Library for Recommender Systems, see
https://www.librec.net/
Other
3.23k stars 1.03k forks source link

Compute save load models from command line? #268

Open ran88dom99 opened 6 years ago

ran88dom99 commented 6 years ago

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?

ShampooWoo commented 6 years ago

it seems save and load model is something everybody want

ran88dom99 commented 6 years ago

Older documentation mentions saving but it never mentions loading.

ran88dom99 commented 6 years ago

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.