Run Logistic Regression Step
Source:R/step-logistic-regression.R
dot-run_step_logistic_regression.RdApplies logistic regression by multiplying variables by coefficients, summing, and applying the logistic function (1 / (1 + exp(-x))). Implements the 'logistic' transformation step from the Model Parameters pipeline.