Skip to content

Commit 6c280ce

Browse files
committed
Add note on bitwise reproducibility on different platforms
1 parent 637eb05 commit 6c280ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vignettes/stackgbm.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ roc_stackgbm_test$auc
130130

131131
Let's compare the predictive performance between the stacking model and
132132
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.
133135

134136
```{r, message=FALSE}
135137
model_xgboost <- xgboost_train(

0 commit comments

Comments
 (0)