We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637eb05 commit 6c280ceCopy full SHA for 6c280ce
vignettes/stackgbm.Rmd
@@ -130,6 +130,8 @@ roc_stackgbm_test$auc
130
131
Let's compare the predictive performance between the stacking model and
132
the three types of tree boosting models (base learners) fitted individually.
133
+Note that the models and performance metrics should be (bitwise) reproducible
134
+on the same operating system but they might vary on different platforms.
135
136
```{r, message=FALSE}
137
model_xgboost <- xgboost_train(
0 commit comments