pattern-mining
There are 68 repositories under pattern-mining topic.
chuanconggao/PrefixSpan-py
The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorithm FEAT.
UdayLab/PAMI
PAMI is a Python library containing 100+ algorithms to discover useful patterns in various databases across multiple computing platforms. (Active)
fidelity/seq2pat
[AAAI 2022] Seq2Pat: Sequence-to-Pattern Generation Library
chenxuhao/GraphMiner
Graph Pattern Mining
scikit-mine/scikit-mine
scikit-mine : pattern mining in Python
LoLei/spmf-py
Python SPMF Wrapper 🐍 🎁
ML-KULeuven/locomotif
LoCoMotif is a time series motif discovery method that discovers variable-length motif sets in multivariate time series using time warping
terrancelaw/MAQUI
A visualization tool that supports queries and pattern mining for event sequence exploration
TruX-DTF/fixminer_source
Mining Relevant Fix Patterns for Automated Program Repair
dinasv/CSBFinder
A Java Desktop application with a graphical user interface for the discovery of colinear syntenic blocks across thousands microbial genomes
xgdsmileboy/GenPat
This is an automated transformation inference tool that leverages a big code corpus to guide the abstraction of transformation patterns.
JaredSchwartz/RuleMiner.jl
RuleMiner is a package for data mining in Julia with support for itemset and association rule mining algorithms
lecfab/volt
Vertex Ordering to List Triangles: a fast C++ tool for triangle counting or listing in big graphs. See associated paper: https://arxiv.org/abs/2203.04774
BorgwardtLab/HOGImine
Higher-order genetic interaction discovery with network-based biological priors.
CompNet/Pang
Pattern Mining for the Classification of Public Procurement Fraud
MathynS/emm
Exceptional Model Mining is a descriptive data mining technique to find interesting patterns in datasets. This package contains a Python inmplementation of Exceptional Model Mining that can be applied to any dataset.
AhsanAyub/irp-driven-ransomware-analysis
This repo is created to perform I/O Request Packet (IRP) driven ransomware analysis where the IRP logs were collected during ransomware execution.
chuanconggao/PrefixSpan-scala
The shortest yet efficient implementation of the famous sequential pattern mining algorithm PrefixSpan in Scala.
nphdang/ECSM
C# code of ECSM (AI 2016 conference)
sdall/disc-aaai20
Describe data in terms of informative and concise sets of patterns
zakimjz/SCPM
SCPM algorithm for structural correlation pattern mining
frauddi/dataspot
Find data concentration patterns and hotspots. Built for fraud detection and risk analysis.
Grade0/DM-I
"DM1 - Data Mining: Foundations" Class' Team Project - MSc in Data Science and Business Informatics @ University of Pisa
lady-bluecopper/FreSCo
Frequent Pattern Mining in Simplicial Complexes
lady-bluecopper/MaNIACS
Approximate Pattern Mining in Labeled Graphs
ML-KULeuven/locomotif_dok
LoCoMotif-DoK is a time series motif discovery method that leverages domain knowledge represented by hard and soft constraints. It discovers variable-length motif sets in a multivariate time series using time warping.
rexagod/matcher-cli
Node-based CLI utility for local matcher-core configs' headless testing 🎈
acdmammoths/datasetgenerator
A porting to modern g++ and C+11 of the IBM Quest dataset generator
majpark21/CODEX
Convolutional Neural Network for Dynamics EXploration (CODEX) is a method for mining time-series dataset by leveraging CNN features.
VincentDerk/ACircuitMiner
An Arithmetic Circuit Miner
XiaoqiMa/shapSD
Explain variable influence in black-box model through pattern mining
djawed-bkh/CPAIOR2024
This repository introduces two novel CP approaches for mining closed interval patterns directly from numerical datasets. Unlike existing methods that require pre- and post-processing steps to handle numerical data, our models perform pattern mining seamlessly, preserving information integrity.
SagharShafaati/FL-IoT-Aquaponics-PatternMining
This repository contains the Python implementation for the article "Scalable Anomaly Detection and Pattern Mining in IoT Aquaponics Systems via Federated Learning." The code integrates PrefixSpan for pattern mining and a federated learning framework for decentralized anomaly detection in IoT-enabled aquaponics systems.
Shamir-Havas/HASTURE
This project highlights my ability to: Build end-to-end ML solutions (from raw data → preprocessing → model → deployment) Implement custom algorithms (HUOMIL) for specialized tasks Work with realistic healthcare datasets Develop full-stack data-driven applications with Python, Django, and ML
YounesBensafia/apriori-qos-asd
Enhanced Apriori rule mining with a custom asymmetric quality function using tunable α and β to control penalties for false positives and false negatives. Includes comparison with traditional metrics like confidence and lift.