datatable.models.Ftrl.params¶
Ftrl model parameters as a named tuple FtrlParams,
see Ftrl.__init__() for more details.
This option is read-only for a trained model.
Parameters¶
return
FtrlParamsCurrent params value.
newparams
FtrlParamsNew params value.
except
ValueErrorThe exception is raised when
trying to change this option for a model that has alerady been trained;
individual parameter values are incompatible with the corresponding setters.