grape icon indicating copy to clipboard operation
grape copied to clipboard

Use case regarding Customer Analytics or Community detection?

Open stkarlos opened this issue 3 years ago • 2 comments

Thanks for that repo. It seems that you have integrated several tools / libraries / approaches under Grape's hood. Do you intend to create a tutorial for a customer analytics recommendation?

Thanks in advance.

stkarlos avatar Dec 27 '22 10:12 stkarlos

Hi @stkarlos! Thank you for your suggestion!

I appreciate your interest in using GRAPE for customer analytics recommendations. I have incorporated several libraries into GRAPE, including PyKEEN and wrapped sklearn models. However, I have also implemented several features and models from scratch. Nevertheless, GRAPE's model interfaces allow easy integration of any tool or library that conforms to a sklearn-like interface.

I am working on a tutorial using the MovieLens datasets, but I have encountered some challenges. The MovieLens datasets have a custom format, which means they are not readily loadable in GRAPE. I am working on a pipeline to convert them to simpler TSVs, but this process is still ongoing. Additionally, once the datasets are converted, I would like to integrate them into GRAPE's graph retrieval functionality. However, doing so would require hosting and redistributing the datasets, which requires explicit permission from MovieLens based on their license. I have requested permission and am waiting for their response.

Do you have any specific suggestions for other datasets or topics you would like to see covered in a tutorial? I have already shared link prediction tutorials such as this one on GCNs, and I'd like to add more specific to what you would be interested in.

Thank you again for your suggestion! I look forward to continuing this conversation and exploring ways to use GRAPE for customer analytics recommendations.

LucaCappelletti94 avatar Dec 27 '22 11:12 LucaCappelletti94

Thanks for your answer @LucaCappelletti94.

I attach here some popular Kaggle datasets:

stkarlos avatar Dec 27 '22 13:12 stkarlos