diff linear_regression.py @ 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 273e5c03003e
children 43d9aa93934e
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