Hello everyone, I'm new to the tidymodels and I was asking is it possible to run stepwise linear or logistic regression using the parsnip package? I'm looking for something similar to MASS::stepAIC function. Thanks in advance.
It could be added as a new engine to parsnip. TBH though, given how much we have to do and the significant problems with stepwise methods, it's pretty low on the list of priorities.
parsnip
Ok thanks for your response
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.