tidymodels / discrim

Wrappers for discriminant analysis and naive Bayes models for use with the parsnip package
https://discrim.tidymodels.org
Other
28 stars 3 forks source link

Use of set_dependency() should use `mode` argument #64

Open EmilHvitfeldt opened 11 months ago

EmilHvitfeldt commented 11 months ago

Original bug found in https://github.com/tidymodels/censored/pull/269.

It isn't that much work for us to specify it and it stops us from being bitten later down the line.