Ritu Kumar

Results 14 comments of Ritu Kumar

@hwwang55 can you provide steps on how to create a kg file for a new dataset instead of movie or music data? I tried but keep getting errors.

It's a dataset similar to movie dataset with user, article, rating, timestamp format. I am creating the kg to use for another algo test. They published the paper using the...

What if I want to create a kg myself? Does your code expect to have each item exist in the kg.txt?

Yes, I do have info like article, specialty, lead-concept etc.

Thank you, your tips helped me solve the issue. I am implementing CG-KGR algo with custom data.

@sachinsharma9780 are you able to create the kg for a new dataset? Can you list steps, if you don't mind?

> @qjflores It's in master/pypi now - I'm just leaving this open because I need to add some documentation on these functions Does this work in python 3.7?

> I found a way to leverage GPU using the cupy library (cupy.arpartition) allowing faster computation of recommendation on test set. (thus faster map@k) Please do share details.

> @rituk I'm not sure I haven't tried It does work with 3.7, I have implemented it.

> > > @rituk I'm not sure I haven't tried > > > > > > ``` > > It does work with 3.7, I have implemented it. > >...