librec icon indicating copy to clipboard operation
librec copied to clipboard

Compute save load models from command line?

Open ran88dom99 opened this issue 7 years ago • 3 comments

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?

ran88dom99 avatar Aug 18 '18 20:08 ran88dom99

it seems save and load model is something everybody want

ShampooWoo avatar Aug 20 '18 03:08 ShampooWoo

Older documentation mentions saving but it never mentions loading.

ran88dom99 avatar Aug 20 '18 03:08 ran88dom99

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.

ran88dom99 avatar Aug 20 '18 03:08 ran88dom99