recommenders-team/recommenders

Use LSTUR Model with own Data

Open

#1 810 ouverte le 10 août 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (2 972 forks)batch import
help wanted

Métriques du dépôt

Stars
 (17 706 stars)
Métriques de merge PR
 (Merge moyen 6j 16h) (10 PRs mergées en 30 j)

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?

Guide contributeur