Logistic Regressor
This module belongs to the " Machine Learning algorithms" category.
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.

Last updated
Was this helpful?