Luis Valencia

Results 22 issues of Luis Valencia

Great package, I was able to run it and do a prediction for an existing user: ``` scores = model.predict(user_ids=6, item_ids=[1,2,3,5,6]) print(scores) ``` However, I would like to know how...

I have the following datasets: Users: 10.000 Rows. Features: User-Id, name, age, los, ou, gender, skills, language, grade, career interests Trainings: Training-Id, training name, main skill Trainings Taken User-Id, Training-Id,...