datatable.models.Ftrl.model¶
Trained models weights, i.e. z and n coefficients
in per-coordinate FTRL-Proximal algorithm.
Parameters¶
return
FrameA frame of shape (nbins, 2 * nlabels), where nlabels is
the total number of labels the model was trained on, and
nbins is the number of bins
used for the hashing trick. Odd and even columns represent
the z and n model coefficients, respectively.
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.