darrylong
darrylong
Agreed with this. Could I suggest that we do something like this: ``` cornac |--- examples |--- |-- Readme.md |-- first-model.py ``` That way, we can group different models together...
Taking into consideration the increase in methods and number of models, could I suggest something like the following: ``` cornac |--- examples | |--- README.md // we add task specific...
> Also, the returned `user_result` contains mapped user indices. Shall we try to map them back to the original user IDs, using the mapping in `train_set`, for it to be...
Hi @monuoha, In order to pinpoint the issue, could you share with us the exact error?
This has been fixed with the release of [Cornac 2.2.2](https://github.com/PreferredAI/cornac/releases/tag/v2.2.2).
Looking to receive feedback for implementation and structure of this tutorial. Let me know on how we can improve this. Thanks!