Skip to content

Simple applications that implement the Apriori algorithm for market basket analysis in different domains

Notifications You must be signed in to change notification settings

jrzvnn/apriori-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apriori Applications

This repository contains Python applications that implement the Apriori algorithm for market basket analysis in different domains: health and telecommunications.

Requirements

Both applications require the following Python packages:

  • mlxtend
  • pandas

You can install these dependencies using pip:

pip install -r requirements.txt

Usage

To use the the code, ensure you have Python installed along with the necessary dependencies listed in the requirements.txt file. Then, simply execute the Python script and provide the required input data in the specified format.

python health_applications.py

Contributing

Contributions to this repository are welcome! If you have any suggestions, improvements, or new ideas for Apriori applications in other domains, feel free to open an issue or submit a pull request.

About

Simple applications that implement the Apriori algorithm for market basket analysis in different domains

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages