Skip to content

Commit

Permalink
Fix documentation for LightGbm parameter (#3695)
Browse files Browse the repository at this point in the history
* Fix documentation for LightGbm parameter

* Brew install libomp 7.0.0 only. (#3721)

* Brew install libomp 7.0.0 only.

* Brew install libomp 7.0.0 only.

* Brew install libomp 7.0.0 only.

* Brew install libomp 7.0.0 only.

* Fix documentation for LightGbm parameter
  • Loading branch information
najeeb-kazmi committed May 15, 2019
1 parent 715ba89 commit 0daa32c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Microsoft.ML.LightGbm/LightGbmTrainerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ private protected OptionsBase() { }
public int MinimumExampleCountPerGroup = 100;

/// <summary>
/// When the number of categories of one feature is smaller than or equal to <see cref="MaximumCategoricalSplitPointCount"/>,
/// one-vs-other split algorithm will be used.
/// Maximum categorical split points to consider when splitting on a categorical feature.
/// </summary>
[Argument(ArgumentType.AtMostOnce, HelpText = "Max number of categorical thresholds.", ShortName = "maxcat")]
[TlcModule.Range(Inf = 0, Max = int.MaxValue)]
Expand Down

0 comments on commit 0daa32c

Please sign in to comment.