gabrielspmoreira / chameleon_recsys

Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing some objects from ACR module

VictorOF opened this issue · comments

Hi. After this commit it was removed some objects from the unloading process of acr module to work on kaggle files. But some references to it are in the code, throwing errors.
Here and here.
I removed those lines and tried to execute, but I'm still getting errors. Is this error in code or am I running wrong?

@VictorOF , were you able to fix the issue?

@JonasISE I wasn't able to fix it, but I succeeded running on commit e7e43bc

Hi @JonasISE and @VictorOF . In fact, those lines pointed by @VictorOF were buggy, as they used unavailable resources (pickled label encoders) for the nar_trainer_gcom.py. I have commended those lines on commit 2e50af5, because now the categorical features cardinalities are hard-coded in the features config dicts for the Gcom dataset.