This project currently supports running Hierarchical Agglomerative Clustering (HAC) with single linkage and Manhattan distance. Reports are generated in the report
folder.
- Clone the repository.
- Install requirements:
pip install -r requirements.txt
Run the main script:
python main.py --report
- Please create a PR with the attached output of the file.
Finished, need to be restructured to run easily
- working
- HAC
- db-scan
- K-means
- Single linkage
- Complete linkage
- Average linkage
- Manhatten Distance
- Apriori (to be implemented)
- FP-Growth (to be implemented)