Skip to content

Instantly share code, notes, and snippets.

@jaquesgrobler
jaquesgrobler / nngarotte.py
Created April 13, 2012 13:40 — forked from agramfort/nngarotte.py
Non Negative Garotte
"""
Non-Negative Garotte implementation with the scikit-learn
"""
# Author: Alexandre Gramfort <[email protected]>
# Jaques Grobler (__main__ script) <[email protected]>
#
# License: BSD Style.
import numpy as np