recommenders-team/recommenders

Use LSTUR Model with own Data

Open

#1.810 geöffnet am 10. Aug. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (2.972 Forks)batch import
help wanted

Repository-Metriken

Stars
 (17.706 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 16h) (10 gemergte PRs in 30 T)

Beschreibung

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?

Contributor Guide