Displaying 1 result from an estimated 1 matches for "tempc7day".
Did you mean:
tempa7day
2012 May 30
1
caret() train based on cross validation - split dataset to keep sites together?
...t",head=T,sep=",")
tuning
# # Model with 100 iterations
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)