View source: R/model-feature-selection.R
featsel_stepforward | R Documentation |
Feature selection vis stepwise forward
featsel_stepforward(model, ...)
model |
model |
... |
Additional arguments for stats::step |
data("credit_woe")
m <- glm(bad ~ ., family = binomial, data = credit_woe)
featsel_stepforward(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.