Mercurial > pylearn
changeset 408:5175c564e37a
corrected import as a file moved to sandbox
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 14 Jul 2008 13:48:36 -0400 |
parents | b9f545594207 |
children | 2ea14774eb07 |
files | linear_regression.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/linear_regression.py Thu Jul 10 09:03:11 2008 -0400 +++ b/linear_regression.py Mon Jul 14 13:48:36 2008 -0400 @@ -6,7 +6,7 @@ from pylearn.learner import OfflineLearningAlgorithm from theano import tensor as T -from theano.others_ops import prepend_1_to_each_row +from theano.sandbox.others_ops import prepend_1_to_each_row from theano.scalar import as_scalar from common.autoname import AutoName import theano