comparison templateLibrary.py @ 3:31ec202700b0 draft

Uploaded
author deepakjadmin
date Thu, 08 Jun 2017 17:41:41 -0400
parents 251849bed194
children 3221ecaeb967
comparison
equal deleted inserted replaced
2:251849bed194 3:31ec202700b0
1001 @ 1001 @
1002 1002
1003 <<save-data, echo = $SAVEDATAECHO, results = $SAVEDATARESULT>>= 1003 <<save-data, echo = $SAVEDATAECHO, results = $SAVEDATARESULT>>=
1004 ## change this to the name of modName.... 1004 ## change this to the name of modName....
1005 Fit<-modelFit 1005 Fit<-modelFit
1006 save(Fit,file="$METHOD-Fit.RData") 1006 save(Fit,testPreds_all,testPreds_test,file="$METHOD-Fit.RData")
1007 @ 1007 @
1008 The model was built using $METHOD and is saved as $METHOD-Fit.RData for reuse. This contains the variable Fit. 1008 The model was built using $METHOD and is saved as $METHOD-Fit.RData for reuse. This contains the variable Fit.
1009 1009
1010 1010
1011 \end{document}''' 1011 \end{document}'''