# HG changeset patch # User Frederic Bastien # Date 1216057721 14400 # Node ID 2ea14774eb075f7f7ab0bf1f42d4f8f5ea69929d # Parent 4f61201fa9a9aff99f04b211005ab308ad77e417# Parent 5175c564e37a4f675f0385aa7640d81d60287d73 Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn diff -r 4f61201fa9a9 -r 2ea14774eb07 linear_regression.py --- a/linear_regression.py Fri Jul 11 17:19:37 2008 -0400 +++ b/linear_regression.py Mon Jul 14 13:48:41 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