No project description provided
Project description
ModelMaker
Framework and utilities for creating and validating ML models
Features
- CLI tool for creation and validation of models
- Choose from predefined templates
- validate model
- write custom tests for each model
Install the tool
This will install the modelmaker CLI tool
git clone https://github.com/shirecoding/ModelMaker.git
cd ModelMaker
pip3 install ./
alternatively install from pypi
pip3 install model-maker
List Templates
modelmaker templates
Create a New Project
modelmaker new --path MyNewProject --name mynewmodel --template default
This will create the python package mynewmodel inside directory MyNewProject
Current Templates
- default (simple classification model using mnist dataset example)
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
model-maker-0.0.4.tar.gz
(11.0 kB
view details)
File details
Details for the file model-maker-0.0.4.tar.gz.
File metadata
- Download URL: model-maker-0.0.4.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9725949d96c8a003f86a0fda2d72765684ed403d7c433d407b35ec5699b544cb
|
|
| MD5 |
a7b1df45e02fbf57ae4fe4401f3c71ca
|
|
| BLAKE2b-256 |
85ea69af599e3260421bb975bbe561938d93e47b2c4b633e21b1394d530c9226
|