Logistic Regressor
This module belongs to the " Machine Learning algorithms" category.
Last updated
Was this helpful?
This module belongs to the " Machine Learning algorithms" category.
Last updated
Was this helpful?
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.