changeset 418:2ea14774eb07

Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 14 Jul 2008 13:48:41 -0400
parents 4f61201fa9a9 (current diff) 5175c564e37a (diff)
children 43d9aa93934e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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