Lin Sun
Results
2
issues of
Lin Sun
Hi I saw the "Add model serialization" is on the Trello to do list. If I can serialize the model, can I just reload the old model and just continue...
How to get similar result to https://github.com/maciejkula/binge as in your paper? ```python from spotlight.cross_validation import random_train_test_split from spotlight.datasets.movielens import get_movielens_dataset from spotlight.evaluation import mrr_score from spotlight.factorization.implicit import ImplicitFactorizationModel from spotlight.factorization.explicit...