Skip to main content

End-to-end machine learning on your desktop or server.

Project description

PyPI version docs status License


📚  Documentation



framework


experiment_tracker


compare_models


Install

# Designed for Python 3.7.12 to mirror Google Colab
pip install --upgrade pip
pip install --upgrade wheel
pip install --upgrade aiqc

from aiqc import setup, lab, mlops

# Create & connect to SQLite db
setup()

# Launch dashboard to monitor training
lab.Tracker().start()

# Declare preprocessing steps
mlops.Pipeline.Tabular(...)

# Define, train, & evaluate models
mlops.Experiment(...).run_jobs()

Official Installation Documentation:

https://aiqc.readthedocs.io/en/latest/notebooks/installation.html



📚  Documentation

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

aiqc-5.4.1.tar.gz (603.7 kB view hashes)

Uploaded Source

Built Distribution

aiqc-5.4.1-py3-none-any.whl (620.3 kB view hashes)

Uploaded 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