AutoML SDK for Tencent Cloud WeData using FLAML with MLflow integration.
Project description
wedata-automl
AutoML SDK for Tencent Cloud WeData, powered by FLAML and integrated with MLflow for experiment tracking and model registry.
Features
- FLAML-based AutoML with graceful fallback to RandomForest
- MLflow integration: experiment tracking, model logging, and Model Registry registration
- Quiet, production-friendly logging helpers
- Simple pipeline API and CLI demo
Installation
pip install wedata-automl
# Optional extras
pip install "wedata-automl[xgboost]"
pip install "wedata-automl[lightgbm]"
Quickstart (Python API)
from wedata_automl import run_pipeline
# Uses a demo dataset by default, and creates/uses the specified MLflow experiment
result = run_pipeline(experiment_name="blueszzhang-test-automl")
print(result)
Quickstart (CLI)
wedata-automl-demo
Notes
- Ensure MLflow Tracking/Registry is configured in your environment (MLFLOW_TRACKING_URI, credentials, etc.)
- XGBoost/LightGBM are optional; install via extras if you want those estimators considered
- Python >= 3.8
License
MIT
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 tencent_wedata_auto_ml-0.2.12.tar.gz.
File metadata
- Download URL: tencent_wedata_auto_ml-0.2.12.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
308d3b60867279b821409a1f8d886054cd16b5682a439283c2ad278d1d525350
|
|
| MD5 |
d8e314a0cbc1896becd842ecf41e5f89
|
|
| BLAKE2b-256 |
1be6b97cac0a89d96f33be43a1877b7ce9a61062ea968316a6dc732e44fe526d
|
File details
Details for the file tencent_wedata_auto_ml-0.2.12-py3-none-any.whl.
File metadata
- Download URL: tencent_wedata_auto_ml-0.2.12-py3-none-any.whl
- Upload date:
- Size: 45.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c0643ca4c6a2361b582fa911cc0a4c024764c6e2096f270ac96d7c5c0f46b70
|
|
| MD5 |
915ef3fbc9da5258299185321afa354e
|
|
| BLAKE2b-256 |
90fe0b3e67d299f4242417754be2cf18c3244052c5e13703c79fc9739522d678
|