datatable.models.LinearModel.params¶
LinearModel model parameters as a named tuple LinearModelParams,
see .__init__() for more details.
This option is read-only for a trained model.
Parameters¶
return
LinearModelParamsCurrent params value.
new_params
LinearModelParamsNew 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.