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.
new_nbins
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;
new_nbinsvalue is not positive.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.