turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender.export_coreml¶
-
RankingFactorizationRecommender.
export_coreml
(filename)¶ Export the model in Core ML format.
Parameters: - filename: str
A valid filename where the model can be saved.
Examples
>>> model.export_coreml('myModel.mlmodel')