mlr-org / mlr3filters

Filter-based feature selection for mlr3
https://mlr3filters.mlr-org.com
GNU Lesser General Public License v3.0
20 stars 8 forks source link

Disable threading, tag hyperpars #93

Closed mllg closed 3 years ago

mllg commented 3 years ago

Threads are disabled to avoid conflicting parallelization techniques. The respective hyperparameters are tagged so that we can set them easily with new mlr3 helper function set_threads().