Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 968 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 968 Bytes

PyUoI

codecov Documentation Status

This repo contains the currently developed implementations of the Union of Intersection (UoI) framework. See the NIPS paper (Bouchard et al., 2017) for more details.

Installation

PyUoI can easily be installed using pip:

pip install PyUoI

Current Implementations of UoI

Our current implementations include:

  • UoILasso

  • UoIElasticNet

  • UoINMF

See the notebooks folder for Jupyter notebooks detailing use cases of these algorithms.