Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gandhasiri-rahul-mohan/association-rules-2-my-movies
Prepare rules for the all the data sets 1) Try different values of support and confidence. Observe the change in number of rules for different support,confidence values 2) Change the minimum length in apriori algorithm 3) Visulize the obtained rules using different plots
https://github.com/gandhasiri-rahul-mohan/association-rules-2-my-movies
apriori-algorithm association-rules data-science machine-learning numpy pandas python unsupervised-learning
Last synced: 2 days ago
JSON representation
Prepare rules for the all the data sets 1) Try different values of support and confidence. Observe the change in number of rules for different support,confidence values 2) Change the minimum length in apriori algorithm 3) Visulize the obtained rules using different plots
- Host: GitHub
- URL: https://github.com/gandhasiri-rahul-mohan/association-rules-2-my-movies
- Owner: Gandhasiri-Rahul-Mohan
- Created: 2022-12-31T16:28:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T16:29:51.000Z (almost 2 years ago)
- Last Synced: 2023-08-16T19:50:54.052Z (over 1 year ago)
- Topics: apriori-algorithm, association-rules, data-science, machine-learning, numpy, pandas, python, unsupervised-learning
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Association-Rules-2-my-movies
Prepare rules for the all the data sets
1) Try different values of support and confidence. Observe the change in number of rules for different support,confidence values.
2) Change the minimum length in apriori algorithm.
3) Visulize the obtained rules using different plots.