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

PO TextVectorizer broken with new quanteda version #581

Closed mllg closed 2 years ago

mllg commented 3 years ago

Function dfm() has a new argument remove_padding. We get a warning about a partial match with our argument remove which I believe should match to a different argument.

mllg commented 3 years ago

I assume you are now supposed to call dfm_remove().