Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 631 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 631 Bytes

PyPI

Graph-Sparse Logistic Regression

Motivation

The motivation for Graph-Sparse Logistic Regression is to constrain classification to predict a label from a graph-sparse support. More in the paper or the poster.

Installation

From pypi.

pip install gslr

Documentation

See the docs.

Example Usage

See the examples directory