datatable.models.Ftrl.params¶
Ftrl model parameters as a named tuple FtrlParams,
see .__init__() for more details.
This option is read-only for a trained model.
Parameters¶
return
FtrlParamsCurrent params value.
new_params
FtrlParamsNew params value.
except
ValueErrorThe exception is raised when
trying to change this option for a model that has already been trained;
individual parameter values are incompatible with the corresponding setters.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.