recommenders-team/recommenders

Use LSTUR Model with own Data

Open

#1.810 aberto em 10 de ago. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (2.972 forks)batch import
help wanted

Métricas do repositório

Stars
 (17.706 stars)
Métricas de merge de PR
 (Mesclagem média 6d 16h) (10 fundiu PRs em 30d)

Description

Description

I am trying to use the LSTUR model with a dataset about purchase data, but I don't understand which format data have to pass to the model.

In the example: model = LSTURModel(hparams, iterator, seed=seed) Is data stored inside the "iterator" object?

Guia do colaborador