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
LinearModelParams

Current params value.

new_params
LinearModelParams

New params value.

except
ValueError

The 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.