Skip to content
#

eclat-algorithm

Here are 34 public repositories matching this topic...

Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.

  • Updated Dec 12, 2018
  • Python

"Frequent Mining Algorithms" is a Python library that includes frequent mining algorithms. This library contains popular algorithms used to discover frequent items and patterns in datasets. Frequent mining is widely used in various applications to uncover significant insights, such as market basket analysis, network traffic analysis, etc.

  • Updated Aug 1, 2023
  • Python

We use Association rule mining for clothing style recommendation. Association rules are useful for analyzing and predicting customer behavior. In this dataset we use association rule to find the best clothing option for people. So that we can recommend other people to look for same clothing style. This pattern would help cloths designers to unde…

  • Updated Jan 2, 2021
  • Jupyter Notebook

The project dives into transaction records of an online retail business to uncover hidden relationships between products. The overall goal is a data-driven approach to enhance the customer shopping experience, improve loyalty, boost profitability, tailor marketing strategies, and optimize inventory management via strategic business decisions.

  • Updated Apr 3, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the eclat-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eclat-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more