rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.16k stars 525 forks source link

[FEA]Frequent Itemset mining with GPU acceleration #2852

Open lanrete opened 3 years ago

lanrete commented 3 years ago

Is your feature request related to a problem? Please describe. I wish to use cuML to perform GPU optimized algorithms for frequent itemset mining.

Describe the solution you'd like Popular CPU based algorithms included aprior or FP-Growth

Describe alternatives you've considered There are a quite a lots of paper about GPU accelerated algorithms for frequent itemset mining [https://www.researchgate.net/publication/335859534_A_review_on_big_data_parallel_and_distributed_approaches_of_pattern_mining] This paper described quite some of these with both CPU & GPU version. However, I didn't find quite much existing implement of these GPU algorithms. It will be great if cuML have this feature in it's roadmap.

Additional context N/A

teju85 commented 3 years ago

Related issue #3095

github-actions[bot] commented 3 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.