datatable.models.LinearModel.seed¶
Seed for the quasi-random number generator that is used for
data shuffling when fitting the model. If seed is 0,
no shuffling is performed.
Parameters¶
return
intCurrent seed value.
new_seed
intNew seed value, should be non-negative.
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.