diff --git a/demo/kaggle-otto/understandingXGBoostModel.Rmd b/demo/kaggle-otto/understandingXGBoostModel.Rmd index d6b82718a..681832704 100644 --- a/demo/kaggle-otto/understandingXGBoostModel.Rmd +++ b/demo/kaggle-otto/understandingXGBoostModel.Rmd @@ -1,7 +1,11 @@ --- title: "Understanding XGBoost Model on Otto Dataset" author: "Michaƫl Benesty" -output: html_document +output: + rmarkdown::html_vignette: + css: ../../R-package/vignettes/vignette.css + number_sections: yes + toc: yes --- Introduction