datatable.models.LinearModel.double_precision

An option to indicate whether double precision, i.e. float64, or single precision, i.e. float32, arithmetic should be used for computations. This option is read-only and can only be set during the LinearModel object construction.

Parameters

return
bool

Current double_precision value.