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.3a0.tar.gz
(11.0 kB
view details)
File details
Details for the file model-maker-0.0.3a0.tar.gz.
File metadata
- Download URL: model-maker-0.0.3a0.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 |
60e6b58f7490e9c5c2412a04ca45844c9907d1435fd7fb117ed1559f987a4018
|
|
| MD5 |
500fd38c7ac235dec1a424e1c549ccea
|
|
| BLAKE2b-256 |
1a7444e3a3686e7c3a5906d518fe78141dc291d717be314ff2bc6c57366cb6ea
|