Kshitij Yadav

Results 4 issues of Kshitij Yadav

Hi, I have a question which I need to ask the community. I have built a recommendation engine using LightFM and I am only taking customer's last 20 interactions to...

I am trying to predict the implicit sequential model. ``` data=[['useID','docid','timestamp']] from sklearn import preprocessing le_usr = preprocessing.LabelEncoder() # user encoder le_itm = preprocessing.LabelEncoder() # item encoder # shift item_ids...

My questions might seem dumb, but I was trying to understand the project. As seen in the documentation, various parameters go into the model. I was thinking if there is...

Hi ! Thank you for the docker file! I am facing an error while running this, when I guess: `jupyter nbconvert --execute --ExecutePreprocessor.timeout=-1 --to notebook --inplace build.ipynb` is getting xecuted,...