Prediction
ore.load('regression_fit')
predict<-predict(fit)
ore.load()
is going to load all the R objects in the
datastore 'regression_fit'.
From the datastore user should know the R object name to be used in the predict call.