recommenders-team/recommenders

Use LSTUR Model with own Data

Aperta

#1810 aperta il 10 ago 2022

 (2 commenti) (0 reazioni) (0 assegnatari)Python (3319 fork)batch import
help wanted

Metriche repository

Star
 (21.866 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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?

Guida contributor