-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I was wondering if the time taken to create/train the recommender depends on the number of records. If yes then what if there are billions of records in the dataset which is used to train the recommender service. The training time would be needed every time there is a request.
Is there any anyway to just train once and use the same object on mulitple requests instead of creating a mew object everytime. I thought being able to export and import the object would help in achieving it.
I had one concern with this approach. If its dynamic site whose dataset keeps changing, if it was possible to just update the recommender service model and not create the whole new object.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request