A system to manage machine learning models
Project description
A python client for working with ModelDB machine learning management system.
This library makes it easy for users of the ModelDB ML management system to automatically catalog models built with scikit-learn.
ModelDB is an end-to-end system for managing machine learning models. It ingests models and associated metadata as models are being trained, stores model data in a structured format, and surfaces it through a web-frontend for rich querying. ModelDB runs on Python 2.X and 3.X and can be used with any ML environment via the ModelDB Light API.
Quick start
Install
You can install it using pip directly from PyPI:
pip install modeldb
Custom Configuration
Once installed, you can create a custom syncing scheme setup by typing:
python -m modeldb create_config
Unless an alternative syncing scheme is specialized, modeldb will use the packaged syncer.json defaults.
Use
This library requires a connection to a ModelDB server to work. You can see the getting started docs here.
Additional documentation on the light_api and scikit-learn client is also available.
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 modeldb-0.0.1a30.tar.gz
.
File metadata
- Download URL: modeldb-0.0.1a30.tar.gz
- Upload date:
- Size: 66.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27180666960ec117022d1697d692db83fabcaddae25f8e1456b8a69dc5134c54 |
|
MD5 | fc4286a7bf00815bea6ffb5c7228b052 |
|
BLAKE2b-256 | 8bc1eca2c8f55733de991e0b528dd38bc1eb467895bc13d19759f86d501cd5cf |