From 16dccab0dc4a9e29bb49fabb621c32d1b4017257 Mon Sep 17 00:00:00 2001 From: RAGE UDAY KIRAN <52146396+udayRage@users.noreply.github.com> Date: Mon, 20 May 2024 11:14:58 +0900 Subject: [PATCH] association rule mining with data frames --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a1366bf..ac116573 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,7 @@ PAttern MIning (PAMI) is a Python library containing several algorithms to disco *** # Recent Updates -- Version 2023.07.07: New algorithms: cuApriroi, cuAprioriBit, cuEclat, cuEclatBit, gPPMiner, cuGPFMiner, FPStream, HUPMS, SHUPGrowth New codes to generate synthetic databases -- Version 2023.06.20: Fuzzy Partial Periodic, Periodic Patterns in High Utility, Code Documentation, help() function Update -- Version 2023.03.01: prefixSpan and SPADE +- Version 2024.04.1.2: Introduced two new frequent subgraph mining algorithms, namely gspan and TKG. Optimized the frequent pattern mining algorithms. Total number of algorithms: 83