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
Copy file name to clipboardExpand all lines: src/Microsoft.ML.LightGbm/LightGbmRankingTrainer.cs
+15-17
Original file line number
Diff line number
Diff line change
@@ -84,18 +84,16 @@ private static LightGbmRankingModelParameters Create(IHostEnvironment env, Model
84
84
/// | | |
85
85
/// | -- | -- |
86
86
/// | Machine learning task | Ranking |
87
-
/// | Is normalization required? | Yes |
87
+
/// | Is normalization required? | No |
88
88
/// | Is caching required? | No |
89
89
/// | Required NuGet in addition to Microsoft.ML | Microsoft.ML.FastTree |
90
90
///
91
-
/// ### Training Algorithm Details
92
-
/// LightGBM is an open source implementation of gradient boosting decision tree. For implementation details, please see LightGBM's official [documentation](https://lightgbm.readthedocs.io/en/latest/index.html) or
0 commit comments