animecomico / gap_statistic

Dynamically get the suggested clusters in the data for unsupervised learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python implementation of the Gap Statistic

Build Status Coverage Status Code Health

Anaconda Anaconda

Purpose

Dynamically identify the suggested number of clusters in a data-set using the gap statistic.


Full example available in a notebook HERE


Install:

Bleeding edge:

pip install git+git://github.com/milesgranger/gap_statistic.git

PyPi:

pip install --upgrade gap-stat

Anaconda

conda install -c milesgranger gap-stat

Uninstall:

pip uninstall gap-stat

About

Dynamically get the suggested clusters in the data for unsupervised learning.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%