Skip to main content

ai tools

Project description

image image image

🔥aizoo🔥


Install

pip install aizoo -U

Docs

Usages

OOF models

from aizoo.tab.models import TabNetClassifier
from sklearn.datasets import make_regression, make_classification
from sklearn.metrics import r2_score, roc_auc_score

X, y = make_classification(n_samples=10000)

TabNetClassifier().run(X, y, feval=roc_auc_score)

Hyperparameter optimization: search_space

from aizoo.tuner.optimizers import LGBOptimizer, F1Optimizer
from sklearn.datasets import make_regression, make_classification

X, y = make_classification(n_samples=1000)
opt = LGBOptimizer('search_space.yaml',  X, y)
best_params = opt.optimize(100)
opt.plot()

newplot


TODO


======= History

0.0.0 (2021-09-04)

  • First release on PyPI.

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

aizoo-2022.11.1.17.47.51.tar.gz (57.9 MB view hashes)

Uploaded Source

Built Distribution

aizoo-2022.11.1.17.47.51-py2.py3-none-any.whl (58.0 MB view hashes)

Uploaded Python 2 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