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.
- Host: GitHub
- URL: https://github.com/amanpriyanshu/frequentpatternmining
- Owner: AmanPriyanshu
- Created: 2022-03-16T09:09:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T19:35:14.000Z (over 3 years ago)
- Last Synced: 2025-02-08T17:23:57.459Z (8 months ago)
- Language: Jupyter Notebook
- Size: 2.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.