fastFM-core
fastFM-core copied to clipboard
Cannot save model (weight vector + matrix) from CLI?
I can only see an argument to save the (test) predictions themselves but not for saving the trained model weights (the vector and matrix). Did I miss something or is this something I should implement myself? Interested in a PR to the CLI if I do this?
@robertfeldt Thanks for offering to provide a CLI, we appreciate this a lot. fastFM-core is on complete feature freeze, we only accept bug fixes atm.
I believe model saving is not provided through the CLI but it's very convenient to save the model using the python api https://github.com/ibayer/fastFM. Do you have a specific reason to prefer the CLI interface?