alonisser / mlshed

Simple local/remote machine learning model store for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlshed

Simple local/remote model store for Python.

from mlshed import Model
pip install mlshed
  • Pure python.
  • Supports Python 3.5+.

TBA

Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.

Clone:

git clone git@github.com:shaypal5/mlshed.git

Install in development mode, including test dependencies:

cd mlshed
pip install -e '.[test]'

To run the tests use:

cd mlshed
pytest

The project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings. When documenting code you add to this project, follow these conventions.

Additionally, if you update this README.rst file, use python setup.py checkdocs to validate it compiles.

Created by Shay Palachy (shay.palachy@gmail.com).

About

Simple local/remote machine learning model store for Python.

License:MIT License


Languages

Language:Python 100.0%