Description Usage Arguments Value Author(s)
View source: R/prepare_logistic_reg_data.R
Data preparation for the "logistic_regression" function.
1 | prepare_logistic_reg_data(train, test, target)
|
train |
Dataframe to train |
test |
Dataframe to test |
target |
Variable target for logistic regression |
Returns the data expected by "logistic_regression" function as a list.
Alberto Almuiña
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.