Skip to content

Customer segmentation app using Hierarchical Agglomerative Clustering

License

Notifications You must be signed in to change notification settings

rilutham/HAC-DM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README v0.1 / 2 JULY 2015

Customer Segmentation System

Introduction

GUI application for customer segmentation using hierarchical agglomerative clustering.

Methods

  • Distance between object: jaccard distance
  • Distance between cluster: complete linkage

Usage

Run program using the following command:

$ python Main.py

Contributing

Feel free to ask questions, submit bugs report or feature requests to rilutham[at]gmail[dot]com.

Installation

Requirements

Installation

  • Clone this project to your system
$ git clone https://github.com/rilutham/HAC-DM.git
  • Install prerequisite libraries
$ sudo pip install pyqt4 pandas scipy matplotlib
  • Run program
$ python Main.py

License

See LICENSE

About

Customer segmentation app using Hierarchical Agglomerative Clustering

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages