https://github.com/carlomazzaferro/test-ml
https://github.com/carlomazzaferro/test-ml
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlomazzaferro/test-ml
- Owner: carlomazzaferro
- Created: 2019-11-25T19:51:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T22:55:27.000Z (about 2 years ago)
- Last Synced: 2025-03-17T14:45:31.857Z (3 months ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
#######
test-ml
#######.. image:: https://travis-ci.org/carlomazzaferro/neu.svg?branch=master
:target: https://travis-ci.org/carlomazzaferro/test-ml.. image:: https://img.shields.io/pypi/v/test-ml.svg
:target: https://pypi.python.org/pypi/test-ml.. image:: https://readthedocs.org/projects/test-ml/badge/?version=latest
:target: https://test-ml.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://coveralls.io/repos/github/carlomazzaferro/test-ml/badge.svg?branch=master
:target: https://coveralls.io/github/carlomazzaferro/test-ml?branch=master
:alt: CoverageTreat your machine learning models like any other software asset: properly test them and fail builds if they don't meet
your desired performance.* Documentation: https://test-ml.readthedocs.io/en/latest/ (not live yet). For now, you can build the docs locally:
.. code-block:: console
$ cd docs && make clean && make html
Open then ``index.html`` in the newly created ``docs/_build`` folder and you're good to go.
Overview
--------This library enables you to easily test machine learning artifacts. Specify a set of target metric,
and the rest is taken care of... note:: Status: alpha. Active development, but breaking changes may come.
Features
--------* Rich CLI capabilities that enable you to configure metrics, input data, performance cut-offs, and more
* Small, statically typed codebase, and extensive docstrings
* Public API enabling embedding this library in any build process
* Easily extensible with custom loaders, runners, and metricsCredits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage