An open API service indexing awesome lists of open source software.

https://github.com/amanpriyanshu/frequentpatternmining

Frequent Pattern Mining is also known as the Association Rule Mining. Finding frequent patterns, causal structures and associations in data sets and is an inquisitive process called pattern mining. When a series of transactions are given, pattern mining’s main motive is to find the rules that enable us to speculate a certain item based on the happening of other items in the transaction.
https://github.com/amanpriyanshu/frequentpatternmining

Last synced: 6 months ago
JSON representation

Frequent Pattern Mining is also known as the Association Rule Mining. Finding frequent patterns, causal structures and associations in data sets and is an inquisitive process called pattern mining. When a series of transactions are given, pattern mining’s main motive is to find the rules that enable us to speculate a certain item based on the happening of other items in the transaction.

Awesome Lists containing this project

README

          

# FrequentPatternMining
Frequent Pattern Mining is also known as the Association Rule Mining. Finding frequent patterns, causal structures and associations in data sets and is an inquisitive process called pattern mining. When a series of transactions are given, pattern mining’s main motive is to find the rules that enable us to speculate a certain item based on the happening of other items in the transaction.