# HG changeset patch # User Frederic Bastien # Date 1216057716 14400 # Node ID 5175c564e37a4f675f0385aa7640d81d60287d73 # Parent b9f54559420789a0472e0004ea1444f65a1a0ccf corrected import as a file moved to sandbox diff -r b9f545594207 -r 5175c564e37a linear_regression.py --- 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