Skip to main content

Clustering via hierarchical agglomerative learning

Project description

Hierarchical Agglomerative Learning (HAL)

Package for performing clustering for high-dimensional data. This packages uses heavily scikit-learn and fft accelerated t-SNE.

Installing (once)

Activate an Anaconda Python 3 environment

conda config --add channels conda-forge
conda install cython numpy fftw
pip install hal-x

Updating

Again from your Anaconda Python 3 environment:

pip install hal-x --upgrade

Minimum use

from hal import HAL
from sklearn.datasets import make_blobs

# generate some data
X,y = make_blobs(10000,12,10) # 10 blobs in 12 dimensions, 10000 data points

model = HAL(clf_type='rf') # many optional parameters here

# builds model and outputs intermediate plots/results
model.fit(X)

# predict new labels
ypred = model.predict(X)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

hal_x-0.62-py3-none-any.whl (24.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page