Skip to content

yoavweber/datamining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current Status

This project currently supports running Hierarchical Agglomerative Clustering (HAC) with single linkage and Manhattan distance. Reports are generated in the report folder.

Installation

  1. Clone the repository.
  2. Install requirements:
    pip install -r requirements.txt

Usage

Run the main script:

python main.py --report

Contributing

  • Please create a PR with the attached output of the file.

Supported Scripts

Decision Tree

Finished, need to be restructured to run easily

  • working

Clustering

Algorithms

  • HAC
  • db-scan
  • K-means

HAC

  • Single linkage
  • Complete linkage
  • Average linkage
distance
  • Manhatten Distance

Association Rule Mining

  • Apriori (to be implemented)
  • FP-Growth (to be implemented)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages