pfistfl / OMLRandomBotv2

2 stars 2 forks source link

Parallelization #3

Closed pfistfl closed 5 years ago

pfistfl commented 5 years ago

@ja-thomas Do we have to limit internal parallelization in xgboost, ranger etc. manually ?

ja-thomas commented 5 years ago

AFAIK the defaults in mlr should be set such that no internal parallelization is used.

but we should ensure, and set it explicitly as well

pfistfl commented 5 years ago

This is for example not set in (https://github.com/mlr-org/mlr/blob/master/R/RLearner_classif_xgboost.R)

ja-thomas commented 5 years ago

yes, it should :)

so we have to set it from our side anyways

pfistfl commented 5 years ago

This should be solved now.