Python AutoML library for clustering tasks
Project description
clustermatic
clustermatic is a Python library designed to accelerate clustering tasks using scikit-learn. It serves as a quick tool for selecting the optimal clustering algorithm and its hyperparameters, providing visualizations and metrics for comparison.
Features
- Clustering Algorithms: Analyzes six clustering algorithms from
scikit-learn:KMeansDBSCANMiniBatchKMeansAgglomerativeClusteringOPTICSSpectralClustering
- Optimization Methods: Includes Bayesian optimization and random search for hyperparameter tuning.
- Flexible Preprocessing: Allows users to customize how the data is meant to be preprocessed, adjusting methods such as scaling, normalization, and dimensionality reduction.
- Evaluation Metrics: Supports evaluation with
silhouette,calinski_harabasz, anddavies_bouldinscores. - Report Generation: Generates reports in HTML format after optimization.
Installation
To install clustermatic, use pip:
pip install clustermatic
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clustermatic-0.0.3.tar.gz.
File metadata
- Download URL: clustermatic-0.0.3.tar.gz
- Upload date:
- Size: 49.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8a967765e4a8a98d5bff209442672b3041fff73705fd56ee9ebda8c2bb6a9ce
|
|
| MD5 |
0df91bd75131607559ac69061735947e
|
|
| BLAKE2b-256 |
51d87a0e789c2534a08669eea943f674540cd8d0f2615fe4f7008ab930f1023d
|
File details
Details for the file clustermatic-0.0.3-py3-none-any.whl.
File metadata
- Download URL: clustermatic-0.0.3-py3-none-any.whl
- Upload date:
- Size: 49.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
637fabcb5456b77a8f05eec006e6e39f3176a843590ecfd1cdd3e8ac441d0ab2
|
|
| MD5 |
3e9dd759d5ee345d157a06192e1d285c
|
|
| BLAKE2b-256 |
87554283c87a75eb494cb821e8ad5e9037c2677aeea0743c7904369f2fe11b1b
|