fix temp file created by PDF

This commit is contained in:
El Potaeto 2015-02-12 15:47:53 +01:00
parent df63c86afa
commit 8a8eb33114

View File

@ -214,8 +214,10 @@ competition.
\end{document}
<<Temp file cleaning>>=
<<Temp file cleaning, include=FALSE>>=
rm("xgb.DMAtrix")
rm("xgb.model.dump")
rm("model.save")
rm("xgboost.model")
rm("dtrain.buffer")
@