clean temp

This commit is contained in:
El Potaeto
2015-02-13 13:34:24 +01:00
parent 8a7d803e52
commit 9a4bf40e5e
2 changed files with 8 additions and 6 deletions

View File

@@ -215,9 +215,7 @@ competition.
\end{document}
<<Temp file cleaning, include=FALSE>>=
rm("xgb.DMAtrix")
rm("xgb.model.dump")
rm("model.save")
rm("xgboost.model")
rm("dtrain.buffer")
file.remove("xgb.DMatrix")
file.remove("model.dump")
file.remove("model.save")
@