Auto AI Clustering: end-to-end segmentation via Python API or local web UI.
Project description
Auto AI Cluster
End-to-end clustering (segmentation) via Python API or local web UI.
Install
pip install autoaicluster
One-liner usage
from autoaicluster import autoaicluster
# Launch web UI
url = autoaicluster(ui=True)
print(url)
# Or run AutoML clustering directly on a DataFrame or CSV path
import pandas as pd
df = pd.DataFrame({
'age':[25,37,29,41,33,52,47,23,39,31],
'income':[40,72,50,90,60,120,95,35,70,55],
'city':['A','B','A','B','A','B','B','A','B','A']
})
res = autoaicluster(df)
print(res['algorithm'], res['silhouette'], res['label_counts'])
Advanced (Python API)
- Full control via
enterprise_cluster_solution.auto_segmentandrun_pipelinefor preprocessing and algorithm selection.
Notes
- To access UI from other machines, set env vars before launching:
ECS_HOST=0.0.0.0 ECS_PORT=8000.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autoaicluster-0.2.0.tar.gz
(19.7 kB
view details)
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 autoaicluster-0.2.0.tar.gz.
File metadata
- Download URL: autoaicluster-0.2.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b3a3d09606dc503692e51331ad7687325b778355c5163686d4ea235587c660f
|
|
| MD5 |
b42f2b39fa5425233b1820485a050585
|
|
| BLAKE2b-256 |
61663c580d61a8eae11a5f70a61726c690e8dd5214914d49311e331420b82319
|
File details
Details for the file autoaicluster-0.2.0-py3-none-any.whl.
File metadata
- Download URL: autoaicluster-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebc7607db463f3431e2e6128aacaf6d7086b47311088c351f2477ecfe7054f9b
|
|
| MD5 |
cad5613b5c506cee6a6a269fc3731c90
|
|
| BLAKE2b-256 |
e1cf071cb50486d582e161cbaa5975bc661e5960163c850e1d99b0e5b85c3da8
|