Simon Weiß

Results 25 comments of Simon Weiß

Hey, I didn't try to follow all of your code but I think you'll find an answer in this FAQ:https://making.lyst.com/lightfm/docs/faq.html#how-can-i-re-train-my-model-on-partial-data-and-or-new-users-user-cold-start . The FAQ section is pretty new, so please let...

Hey, I opened https://github.com/lyst/lightfm/pull/623, but I got some failing tests. I won't be available to work on it for the next few weeks, though. Generally, installing through conda-forge gives quite...

Hi, binary data is totally fine. You can use the `dataset.build_interactions()` method and ignore the second matrix that is returned. Movielens is about explicit data but often used as an...

Hey, I'd recommend trying with the built-in methods for creating the data. I cannot speak to the correctness of the helper package (be aware that the last commit to that...

Mh, currently it is hard for me to fix our builds and tests b/c they are spread over appveyor, travis, circleci . Some of these services don't provide very good...

The tests for windows are failing but I don't know why (https://github.com/SimonCW/lightfm/runs/5440138903?check_suite_focus=true). I might try to debug with my other Windows Laptop later this week. I also quickly checked https://github.com/pypa/cibuildwheel/,...

The build wheel action is running successfully but the created wheel doesn't work for me. Installing the wheel from the artifacts here: https://github.com/SimonCW/lightfm/actions/runs/1983477030 and running ```bash python -c "from lightfm...

Hey @josemazo, thank you for the PR! I currently only have access to Github on Mobile. I'll have a look and get back to you soonish! @borysrybak: If you already...

It is pretty normal that evaluation takes much longer than training because evaluation necessitates making lots of predictions. I cannot say anything about your specific timings though. Generally, I would...

Hi @Sachet12345 , I think you forgot to mention the error you receive. I assume the cause of your error is that you mix a subset of interactions (train) with...