/bilearn

Bilinear models for machine learning.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

#bilearn: bilinear models for machine learning

Travis Status Coveralls Status CircleCI Status

bilearn is a package implementing bilinear models for classification and regression.

This package is heavily under construction for now.

Important Links

HTML Documentation - http://github.org/vene/bilearn/

Installation and Usage

The package by itself comes with a single module and an estimator. Before installing the module you will need numpy and scipy. To install the module execute:

$ python setup.py install

or

pip install bilearn