Skip to main content

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.

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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 3

File details

Details for the file aizoo-2022.11.1.17.47.51.tar.gz.

File metadata

  • Download URL: aizoo-2022.11.1.17.47.51.tar.gz
  • Upload date:
  • Size: 57.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for aizoo-2022.11.1.17.47.51.tar.gz
Algorithm Hash digest
SHA256 9285a0dfa69253bef6c6388e58dc2886dfebac342891c7073ae3ebfb3200700e
MD5 9f5f8b7e9eff50cddabf271ca1cd888c
BLAKE2b-256 2c267db5b6b35bba95fc162899775f9e43f3cab5f93ef9969584686112295038

See more details on using hashes here.

File details

Details for the file aizoo-2022.11.1.17.47.51-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aizoo-2022.11.1.17.47.51-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8af063f448130c9f50b40624861c4780b667830afc2e68824f74033444718758
MD5 c3404520ff2009ae6accfaa47c4d197d
BLAKE2b-256 647ef45fecfe8b2044f993d101c17beb82f6fbc7783d2e86aa2c06f7908924b6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2022.11.1.17.47.51 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page