raise-utils

RAISE lab package (LGPL-3.0-or-later)


License
LGPL-2.1
Install
pip install raise-utils==2.2.2

Documentation


homepage | quick guide | docs | change log | license | contribute | issues | contact

    PyPI version Downloads Documentation Status CircleCI    


The RAISE package

The RAISE package is an attempt to unify code, and incorporate PEP8 standards. The package takes a modular, object-oriented design, with each part of the ML pipeline encapsulated in a class. The purpose is to allow a streamlined, easy to read interface that allows for explainability of code, to enforce programming standards, and improve maintainability.

Install

pip3 install raise_utils

Python Support

Only Python 3 is supported, Python 2 is not.

Documentation

Read our docs here. You can find examples in our examples directory.