datatable.models.LinearModel.model¶
Trained models coefficients.
Parameters¶
return
FrameA frame of shape (nfeatures + 1, nlabels), where nlabels is
the number of labels the model was trained on, and
nfeatures is the number of features. Each column contains
model coefficients for the corresponding label: starting from
the intercept and following by the coefficients for each of
of the nfeatures features.
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.