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
`bash git clone https://github.com/shirecoding/ModelMaker.git cd ModelMaker pip3 install ./ `
alternatively install from pypi
` pip3 install model-maker `
## List Templates
`bash modelmaker templates `
## Create a New Project
`bash 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
File details
Details for the file model-maker-0.0.3.tar.gz.
File metadata
- Download URL: model-maker-0.0.3.tar.gz
- Upload date:
- Size: 10.9 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 |
e07bd6b6c0061581eab14e06b2a2188efa22a2bd86faf7de959f2e2105c8a83d
|
|
| MD5 |
3b6323d8aa14f6646b1c41288e046519
|
|
| BLAKE2b-256 |
2b64912e090e8db1b180b23e05b105179a5751eb682d11378cd73d727408f5b2
|