Aleksei Beresnev

Results 2 comments of Aleksei Beresnev

lightfm uses categorial features, so you should convert numerical to categorical and use it like "tag" for item or user. I will give to you simple toy example of data...

Tested with commands (at ubuntu 22.04) ``` conda create -n py3.11 python=3.11 numpy conda activate py3.11 git clone --recurse-submodules https://github.com/atom-moyer/getpy.git cd lib/pybind11 git checkout v2.10.3 cd ../.. python setup.py install...