optimizerType property

LinearOptimizerType optimizerType

A linear optimization algorithm that was used to find the best coefficients of log-likelihood cost function. Also shows which regularization type (L1 or L2) was used to learn the model's coefficients.

The value is read-only, it's a hyperparameter of the model

Implementation

LinearOptimizerType get optimizerType;