Skip to content

Comparing the performance of two frequent itemset mining algorithms, eclat and fp-growth, on 6 datasets.

Notifications You must be signed in to change notification settings

NajwaLaabid/Frequent-Itemset-Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Frequent Itemset Mining: eclat vs fp-growth

Overview

Comparing the performance of two frequent itemset mining algorithms, eclat and fp-growth on 6 datasets:

The study aims to identify the key characteristics of the datasets affecting the performance of the two algorithms. The report presents a summary of the key findings along with supporting figures.

What's included

The repository includes:

  • report.pdf: the report presenting key results and corresponding discussion
  • /code: the code directory, including:
    • /datasets: a copy of the dataset files used in the study.
    • /output: directory used to save the output of the two miners and related figures.
    • helper.py: includes helper functions for running the experiments.
    • miner.py: helper code for running the two mining algorithms, eclat and fp-growth.
    • main.py: main file to run the miners and generate figures.

You can clone the repository and run the file 'main.py' to re-execute the experiments. You can use the report as a reference for interpreting the results.

About

Comparing the performance of two frequent itemset mining algorithms, eclat and fp-growth, on 6 datasets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published