You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// | Required NuGet in addition to Microsoft.ML | Microsoft.ML.FastTree |
46
46
///
47
47
/// ### Training Algorithm Details
48
-
/// The Tweedie boosting model follows the mathematics established in <a href="https://arxiv.org/pdf/1508.06378.pdf">
49
-
/// Insurance Premium Prediction via Gradient Tree-Boosted Tweedie Compound Poisson Models</a> from Yang, Quan, and Zou.
48
+
/// The Tweedie boosting model follows the mathematics established in
49
+
/// [Insurance Premium Prediction via Gradient Tree-Boosted Tweedie Compound Poisson Models</a> from Yang, Quan, and Zou](https://arxiv.org/pdf/1508.06378.pdf).
50
50
/// For an introduction to Gradient Boosting, and more information, see:
51
51
/// [Wikipedia: Gradient boosting(Gradient tree boosting)](https://en.wikipedia.org/wiki/Gradient_boosting#Gradient_tree_boosting) or
52
52
/// [Greedy function approximation: A gradient boosting machine](https://projecteuclid.org/DPubS?service=UI&version=1.0&verb=Display&handle=euclid.aos/1013203451).
0 commit comments