mlr-org / mlr3pipelines

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

Looking forward to the release of smotenc #784

Open trafficfan opened 4 months ago

trafficfan commented 4 months ago

It seemed that the mlr3pipline can now only handle smote, but lacks the method smotenc,while tidymodels pkg already had, thanks for your development of mlr3verse,hoping for another update

mb706 commented 1 month ago

Can use https://github.com/mlr-org/mlr3pipelines/blob/master/R/PipeOpSmote.R as template here.