Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use case regarding Customer Analytics or Community detection? #29

Open
stkarlos opened this issue Dec 27, 2022 · 2 comments
Open

Use case regarding Customer Analytics or Community detection? #29

stkarlos opened this issue Dec 27, 2022 · 2 comments

Comments

@stkarlos
Copy link

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.

@LucaCappelletti94
Copy link
Member

LucaCappelletti94 commented Dec 27, 2022

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.

@stkarlos
Copy link
Author

Thanks for your answer @LucaCappelletti94.

I attach here some popular Kaggle datasets:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants