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
In addition to workflow.fit() and workflow.transform() we need a workflow.update() which takes the existing fit and updates the statistics.
For most ops this should be very straightforward, but may require us to capture additional data associated with the statistics like the number of entries.
This feature is a key part of continuous training of recommender systems.
The text was updated successfully, but these errors were encountered:
In addition to workflow.fit() and workflow.transform() we need a workflow.update() which takes the existing fit and updates the statistics.
For most ops this should be very straightforward, but may require us to capture additional data associated with the statistics like the number of entries.
This feature is a key part of continuous training of recommender systems.
The text was updated successfully, but these errors were encountered: