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
# 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
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.1.0.tar.gz
(603.9 kB
view details)
Built Distribution
aiqc-5.1.0-py3-none-any.whl
(606.0 kB
view details)
File details
Details for the file aiqc-5.1.0.tar.gz
.
File metadata
- Download URL: aiqc-5.1.0.tar.gz
- Upload date:
- Size: 603.9 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 | 704faf1d093ad6d0fe78a3deb09e708e1c89975f80ab04166fbd162ac7fdd48e |
|
MD5 | a57af67115b090963ab6ed6306cd90f9 |
|
BLAKE2b-256 | 515e9a36682214e774e741ac1faa0963c33bd05c9910b9933da2792076b0d8d4 |
File details
Details for the file aiqc-5.1.0-py3-none-any.whl
.
File metadata
- Download URL: aiqc-5.1.0-py3-none-any.whl
- Upload date:
- Size: 606.0 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 | d360968cc4113410676005b198a38b3106555665f44b0399df46b1a8da123b18 |
|
MD5 | b7224b54a97ec8f59a060944ce04b393 |
|
BLAKE2b-256 | 34b3967c4aee4f10e4dab6c8db026bf06ecd1cc8ce171810b95f414e8b228d59 |