Skip to content

Export/Import the recommender object #12

@imhaggarwal

Description

@imhaggarwal

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions