qualitative-clustering
This is a python package for hierarchical clustering based on the study Hierarchical Qualitative Clustering (HQC): clustering mixed datasets with critical qualitative information (click here to view the preprint). HQC method maintains the original interpretability of the qualitative information present in the dataset.
In the future, other clustering methods such as DBSCAN and K-Means will be adapted and included as well.
How to install and run
Open your terminal and run:
pip install git+https://github.com/diogoseca/qualitative-clustering.git
or
git clone https://github.com/diogoseca/qualitative-clustering.git
cd qualitative-clustering/
python setup.py install
Examples
Jupyter Notebook 1 - Clustering Music Artists
Jupyter Notebook 2 - Clustering Company Industries
Jupyter Notebook 3 - Clustering Company Sub-Industries