a-priori
Data miner
An implementation of the A-Priori algorithm in Pharo to discover frequent itemsets and generate association rules from transaction data.
Implementation of A-Priori algorithm in Pharo
2 stars
3 watching
1 forks
Language: Smalltalk
last commit: 11 months ago
Linked from 1 awesome list
apriori-algorithmdata-miningdata-sciencefrequent-itemsetspharo
Related projects:
Repository | Description | Stars |
---|---|---|
pharo-ai/datasets | A Smalltalk library for loading and managing datasets as data frames. | 9 |
pharo-ai/data-partitioners | A Pharo library that enables partitioning of collections into training, validation, and test sets for machine learning and statistical analysis. | 6 |
pharo-ai/naive-bayes-classifier | A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks | 1 |
pharo-ai/k-means | A Smalltalk implementation of the K-means clustering algorithm | 3 |
pharo-rdbms/pharo-sqlite3 | A Smalltalk binding for the popular SQLite3 database engine. | 22 |
pharo-containers/containers-hashtable | An alternative implementation of a hash table data structure using the Moose framework in Smalltalk. | 1 |
pharo-containers/containers-trie | An implementation of a data structure for efficiently storing and retrieving sets of strings | 3 |
pharo-project/pharo | A dynamic, reflective, pure object-oriented language for live programming and rapid development | 1,213 |
pharo-ai/tf-idf | An implementation of TF-IDF in Smalltalk for natural language processing and text analysis tasks. | 3 |
pharo-ai/ngrammodel | A tool for splitting text into sequences of words | 4 |
pharo-containers/avl | A Smalltalk implementation of an AVL tree data structure | 4 |
pharo-rdbms/glorp | A lightweight Object-Relational Mapper for Pharo that simplifies interaction with databases | 22 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
objectprofile/spy2 | A profiling framework for Pharo that collects execution statistics and visualizes test coverage | 7 |
eftomi/pharoado | A Smalltalk-based data persistence framework using ADO and Glorp to connect to various DBMSs. | 10 |