Mercurial > pylearn
view pylearn/algorithms/__init__.py @ 557:c49a244bbfb5
pass the WEIRD_STUFF flag as init argument to allow the creation of a test.
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 01 Dec 2008 16:12:47 -0500 |
parents | 48db24d3b4fa |
children | bd777e960c7c |
line wrap: on
line source
from .minimizer import make_minimizer, minimizer_factory from .stopper import make_stopper, stopper_factory from .stacker import Stacker from .regressor import BinRegressor