/mwhutils

Python machine learning utilities

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

mwhutils

Implementation of a few linear-algebra and other such methods in python. This is mostly useful for machine learning code. This package may also be renamed once I/we find a more cohesive description.

Build Status Coverage Status

Installation

The easiest way to install this package is by running

pip install git+https://github.com/mwhoffman/mwhutils.git

The package can also be installed by cloning the repository and running python setup.py install from the main directory. Alternatively running pip install -e . will install the package globally but allow it to be edited from the cloned directory.