regularizationType property

RegularizationType? regularizationType

A way the coefficients of the classification were regularized during the model's coefficients learning process to prevent model overfitting.

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

Implementation

RegularizationType? get regularizationType;