datatable.models.Ftrl.nbins¶
Number of bins to be used for the hashing trick. This option is read-only for a trained model.
Parameters¶
return
intCurrent nbins value.
newnbins
intNew nbins value, should be positive.
except
ValueErrorThe exception is raised when
trying to change this option for a model that has already been trained;
newnbinsvalue is not positive.