mwhoffman / mwhutils

Python machine learning utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python machine learning utilities

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%