You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have #114, there may be use cases in which we always have new ratings. If runtime user training is fast enough, then we can save memory by not storing the user-feature matrix in memory.
This should be controlled with a save_user_features parameter to the constructors that defaults to True.
The text was updated successfully, but these errors were encountered:
Once we have #114, there may be use cases in which we always have new ratings. If runtime user training is fast enough, then we can save memory by not storing the user-feature matrix in memory.
This should be controlled with a
save_user_features
parameter to the constructors that defaults toTrue
.The text was updated successfully, but these errors were encountered: