MobileTeleSystems / RecTools

RecTools - library to build Recommendation Systems easier and faster than ever before
Apache License 2.0
287 stars 37 forks source link

Feature/item net #191

Closed In48semenov closed 1 month ago

In48semenov commented 2 months ago

Description

Added embeddings categorical item features to ItemNetBlock, Constructed Item Net for embeddings items ids and features. Also added method to retrieve categorical features from SparseFeatures.

Type of change

How Has This Been Tested?

Before submitting a PR, please check yourself against the following list. It would save us quite a lot of time.

In48semenov commented 2 months ago

TODO:

blondered commented 1 month ago

We also need to update interface in example.ipynb before merge.