End-to-end machine learning on your desktop or server.
Project description
📚 Documentation
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
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
aiqc-5.4.0.tar.gz
(604.2 kB
view details)
Built Distribution
aiqc-5.4.0-py3-none-any.whl
(620.9 kB
view details)
File details
Details for the file aiqc-5.4.0.tar.gz
.
File metadata
- Download URL: aiqc-5.4.0.tar.gz
- Upload date:
- Size: 604.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e7a6392d2439a7fe8f58f96cc11d12cd5fd73fb2ced914b5ae6b76f0ed12563 |
|
MD5 | 1400250ecf76df5d60c0faf45a0c13b7 |
|
BLAKE2b-256 | 9ad8862abd16ed7b7d5e514f5667fc633ac653af7e01670d5c15eb834882e170 |
File details
Details for the file aiqc-5.4.0-py3-none-any.whl
.
File metadata
- Download URL: aiqc-5.4.0-py3-none-any.whl
- Upload date:
- Size: 620.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b86c47eaea8fd498a9d797bf9be6d08aaff450eb98e165ceea7ef57c2231555 |
|
MD5 | 8ac11027a18c56824cf46585e2c6011e |
|
BLAKE2b-256 | f47395944d52188fbe8ed175143b3761ac695803aa87b44ccd231dc0eac086cf |