Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoelcortes/pipeml
Pipeline tools for machine learning models
https://github.com/yoelcortes/pipeml
Last synced: about 2 months ago
JSON representation
Pipeline tools for machine learning models
- Host: GitHub
- URL: https://github.com/yoelcortes/pipeml
- Owner: yoelcortes
- License: mit
- Created: 2020-05-13T02:41:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T16:56:09.000Z (over 4 years ago)
- Last Synced: 2024-10-29T08:04:48.846Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
==================================================
PipeML: Pipeline tools for machine learning models
==================================================.. image:: http://img.shields.io/pypi/v/pipeml.svg?style=flat
:target: https://pypi.python.org/pypi/pipeml
:alt: Version_status
.. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:target: https://pipeml.readthedocs.io/en/latest/
:alt: Documentation
.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
:target: https://github.com/yoelcortes/pipeml/blob/master/LICENSE.txt
:alt: license.. contents::
What is PipeML?
---------------PipeML constitutes a set of tools to work with machine learning models. PipeML does not implement machine learning models nor does it serve to build model. It is simply used to interface more easily with machine learning models
Installation
------------Get the latest version of PipeML from `PyPI `__. If you have an installation of Python with pip, simple install it with:
$ pip install pipeml
To get the git version, run:
$ git clone git://github.com/yoelcortes/pipeml
Documentation
-------------TODO
Bug reports
-----------To report bugs, please use the PipeML's Bug Tracker at:
https://github.com/yoelcortes/pipeml
License information
-------------------See ``LICENSE.txt`` for information on the terms & conditions for usage
of this software, and a DISCLAIMER OF ALL WARRANTIES.Although not required by the PipeML license, if it is convenient for you,
please cite PipeML if used in your work. Please also consider contributing
any changes you make back, and benefit the community.