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


# Create & connect to SQLite db
import aiqc
aiqc.setup()


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


# Launch app to monitor training
from aiqc.lab import Tracker
Tracker().start()


# Declare & run models
aiqc.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.2.0.tar.gz (604.0 kB view hashes)

Uploaded Source

Built Distribution

aiqc-5.2.0-py3-none-any.whl (617.8 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