datatable.models.LinearModel.reset()¶
Reset linear model by resetting all the model coefficients and labels.
Parameters¶
return
NoneSee also¶
.fit()– train model on a dataset..predict()– predict on a dataset.
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.