mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
140 stars 25 forks source link

Correct SMOTE to only allow TaskClassif #809

Closed advieser closed 2 months ago

advieser commented 2 months ago

smotefamiliy::SMOTE() does not work for non-classification tasks.