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
FtrlParams

Current params value.

newparams
FtrlParams

New params value.

except
ValueError

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