GitHub / eduardodelpeloso / apriori-algorithm-in-python
Simplified Python 3 implementation of the Apriori algorithm for finding frequent itemsets in a dataset. This is a personal project with the aim of improving my Python and at the same time studying an interesting data mining algorithm.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardodelpeloso%2Fapriori-algorithm-in-python
PURL: pkg:github/eduardodelpeloso/apriori-algorithm-in-python
Stars: 0
Forks: 0
Open issues: 0
License: gpl-3.0
Language: Python
Size: 418 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: over 2 years ago
Pushed at: almost 4 years ago
Last synced at: over 2 years ago
Topics: apriori-algorithm, pruning, python