datatable.models.Ftrl.mantissa_nbits¶
mantissa_nbits
mantissa_nbits
Number of mantissa bits to take into account for hashing floats. This option is read-only for a trained model.
Parameters¶
return
intCurrent mantissa_nbits value.
newmantissa_nbits
intNew mantissa_nbits value, should be non-negative and
less than or equal to 52, that is a number of
mantissa bits in a C++ 64-bit double.
except
ValueErrorThe exception is raised when
trying to change this option for a model that has already been trained;
newmantissa_nbitsvalue is negative or larger than52.