Skip to main content

AutoML Toolkit: a toolkit for building automl system

Project description

AutoML Toolkit

A set of re-usable components for building complex configurable pipelines, agnostic to:

  • Search space implementation
  • How to build your pipeline
  • Where compute happens

... yet providing sensible defaults and options to plug in your own.

Please see the docs for how to view locally.

Installation

Installing just

git clone git@github.com:automl/amltk.git

# If using `just`
just install

# otherwise, for everything
pip install -e ".[dev, test, doc, smac, optuna]"

Docs

This library uses mkdocs for markdown style documentation.

just docs

Otherwise if you don't have just installed

python -m webbrowser -t "http://127.0.0.1:8000/" \
    AMLTK_DOC_RENDER_EXAMPLES={{example}} \
    AMLTK_DOCS_OFFLINNE={{offline}} \
    AMLTK_EXEC_DOCS={{exec_doc_code}} \
    mkdocs serve --watch-theme

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

amltk-1.0.1.tar.gz (135.6 kB view hashes)

Uploaded Source

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