search for: tempc30day

Displaying 1 result from an estimated 1 matches for "tempc30day".

Did you mean: temp30day
2012 May 30
1
caret() train based on cross validation - split dataset to keep sites together?
...terations registerDoMC(4) tempmod100its <- train(watmntemp~tempa + tempb + tempc + tempd + tempe + netarea + netbuffor + strmslope + netsoilprm + netslope + gwndx + mnaspect + urb + ag + forest + buffor + tempa7day + tempb7day + tempc7day + tempd7day + tempe7day + tempa30day + tempb30day + tempc30day + tempd30day + tempe30day, data = temp.train, method = "nnet", linout=T, maxit = 100, MaxNWts = 100000, metric = "RMSE", trControl = fitControl, tuneGrid = tuning, trace = T)