Hi All, I am creating a model by calling train method of ALS.
val model = ALS.train(ratings.....) I need to persist this model. Use it from different clients, enable clients to make predictions using this model. In other words, persist and reload this model. Any suggestions, please? BR, Aslan
