Use the FilteredClassifier meta-classifier with LinearRegression as
the base classifier and the Remove filter (unsupervised attribute
filter) configured to remove the first attribute.
Here's what the FilteredClassifier does: it applies the filter to the
input data before the specified base classifier sees it. This allows
you to always work with the full dataset and you simply remove the
attributes that you don't want the actual model to use.
Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cms.waikato.ac.nz/~fracpete/ Ph.
+64 (7) 858-5174