You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ralgond NVTabular is easy to use. you can take our existing notebooks and just add your data in it.
if you want to use pandas sure, go for it. but then you need to use schema file yourself manually and correctly, so that you can train a TF4Rec model. Please note that NVTabular generates schema file automatically.
How to use Transformers4Rec with pandas
NVTabular is hard to learn, I want to skip it, and load/transform data for Transformers4Rec. Could you please show me how to achive what I want?
For example, now I was developing an news recommendations, which is exactly an session-based recommender, the train data is as following:
200000 rows × 4 columns
The text was updated successfully, but these errors were encountered: