Mercurial > repos > anmoljh > rcaret_classification_model
comparison templateLibrary.py @ 1:ab806d671e22 draft
planemo upload commit d09b58f291738a8b6c646eae5bb4c4bcea37f360
author | anmoljh |
---|---|
date | Wed, 14 Jun 2017 06:52:15 -0400 |
parents | c3cbddd52970 |
children |
comparison
equal
deleted
inserted
replaced
0:c3cbddd52970 | 1:ab806d671e22 |
---|---|
1253 | 1253 |
1254 <<save-data, echo = $SAVEDATAECHO, results = $SAVEDATARESULT>>= | 1254 <<save-data, echo = $SAVEDATAECHO, results = $SAVEDATARESULT>>= |
1255 ## change this to the name of modName.... | 1255 ## change this to the name of modName.... |
1256 Fit <- modelFit | 1256 Fit <- modelFit |
1257 if(exists('ppInfo') && !is.null(ppInfo)){ | 1257 if(exists('ppInfo') && !is.null(ppInfo)){ |
1258 save(Fit,ppInfo,file="$METHOD-Fit.RData") | 1258 save(Fit,ppInfo,cm,file="$METHOD-Fit.RData") |
1259 } else {save(Fit,file="$METHOD-Fit.RData")} | 1259 } else {save(Fit,cm,file="$METHOD-Fit.RData")} |
1260 | 1260 |
1261 @ | 1261 @ |
1262 The model was built using $METHOD and is saved as $METHOD Model for reuse. This contains the variable Fit. | 1262 The model was built using $METHOD and is saved as $METHOD Model for reuse. This contains the variable Fit. |
1263 | 1263 |
1264 \end{document}''' | 1264 \end{document}''' |