Logistic Regressor
This module belongs to the " Machine Learning algorithms" category.
Last updated
This module belongs to the " Machine Learning algorithms" category.
Last updated
The Logistic Regressor module is a parameterizable and trainable logistic regression model.
The solver list includes :
newton-cg
lbfgs
liblinear
sag
saga
and l1, l2 and elasticnet or none as a penalty.
This blog article explains well the logistic regression's utilization as well as its variants.