A framework for managing machine learning experiments.
Project description
ScalarStop is a framework written in Python that helps you keep track of datasets, models, hyperparameters, and training metrics in machine learning experiments.
Installation
ScalarStop is available on PyPI. You can install by running the command pip3 install scalarstop.
Usage
Read the ScalarStop Tutorial to learn the core concepts behind ScalarStop and how to structure your datasets and models.
Afterwards, you might want to dig deeper into the ScalarStop Documentation. In general, a typical ScalarStop workflow involves four steps:
Organize your datasets with scalarstop.datablob.
Describe your machine learning model architectures using scalarstop.model_template.
Load, train, and save machine learning models with scalarstop.model.
Save hyperparameters and training metrics to a SQLite or PostgreSQL database using scalarstop.train_store.
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
Built Distribution
Hashes for scalarstop-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f531fd8ac9111672682b50012c199bc945feada99964b377f15cc0c2d3e49ae7 |
|
MD5 | 29346d785426097f0173c4da947b4eec |
|
BLAKE2b-256 | 166b0b3b37b7f9441487dbdad1a31478461d69b0cb8c1b4f8d18a19d73c526b5 |