ibayer
ibayer
@hshteingart Wheels are platform specific, we are providing them for OSX having them for windows would be great. However, I'm not developing on windows and even the OSX was contributed....
@EgZvor Thanks for the update, did you run the tests? Can you share your step by step install instructions? I would like to add this information to the README if...
@EgZvor Thanks for the details, the warning is nothing to be worried about (see https://github.com/ibayer/fastFM/pull/83). Can you give the the exact change you had to make to the Makefile?
Thanks, fixed https://github.com/ibayer/fastFM-core/pull/23 .
Full API compatibility is certainly something we are aiming for. Could you list what else is missing?
Issue #49 is also related to incomplete API compatibility.
> Is it possible to have some recommendations on parameters? Sorry, the parameter depend very much on the data set. > Could the model somehow report if it's far from...
Okay, lets translate your numeric example to plain words. We have a dataset with pairs of context and item. The contexts is described by a color (blue/red) which we one-hot...
@abirkmanis Can we change the title to: > Expected behavior of bpr.FMRecommender on a trivial case
This look very much like an issue with your data, I would especially check for nan and columns that are always zero and the target variable. Changing the C code...