You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An association rule learning-based product recommendation system is desired to be created using the dataset containing users who received services and the categories of services they received.
Market Basket Analysis using Python, pandas, and mlxtend. Uncovers frequent itemsets and association rules from grocery transaction data. Includes visualizations.
A data mining study was conducted to determine the correlations between factors associated with high and low suicide rates in countries worldwide. Pandas and mlxtend were used in Python, as well as the data mining program Rapidminer.
Retail analytics pipeline using Apriori & FP-Growth to uncover product associations from 10,000 transactions, with network visualizations and a business strategy proposal.
Complete association rule mining on Adult Census dataset using FP-Growth — with both mlxtend (efficient) and full from-scratch implementation. Includes data exploration, preprocessing, binarization, and insightful rules on income patterns.