Data Mining
Some algorithms to form frequent itemsets/association rules from datasets, where many techniques, such as FP-tree, Apriori, PSO, GA, Granular computing, Central limit theorem and so on, are applied
Install / Use
npx skills add DMDarkness/Data-miningInstalls into whichever agent you are using.
README
Data-mining
Some algorithms to form frequent itemsets/association rules from datasets, where many techniques, such as FP-tree, Apriori, PSO, GA, Granular computing, Central limit theorem and so on, are applied
For Python 2.7
Usage
Any .pyd can be put in the working directory and be imported by Python, which is also implemented by c++. The details of usage can be found in How to use.py.
Algorithms
- FP-Growth:
pyfpgrowth.pydis the corresponding.pyd. - FPtorules: a function to form association rules from frequent patterns,
FPtorules.pyis the corresponding implementation. - BPSO-HD: A BPSO (Binary Particle Swarm Optimization) based algorithm mining long frequent patterns.
pybpsohd.pydis the corresponding.pyd. This is the corresponding paper - CLT: A Central Limit Theorem based algorithm mining frequent patterns.
pyclt.pydis the corresponding.pyd. - ARMGA: A GA (Genetic Algorithm) based algorithm mining association rules.
pyarmga.pydis the corresponding.pyd.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
