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
- Changing all abbreviated parameters to full names (i.e. numThreads->NumberOfThreads)
- Updating column parameters to have Name if thats what they represent
(LabelColumn->LabelColumnName).
- Updated baseline files to reflect these changes which are semantical
and should not have any computational difference.
This fixesdotnet#2618
Api clean up for LightGBM. The cleanup includes:
- Changing all abbreviated parameters to full names (i.e. numThreads->NumberOfThreads)
- Moving protected to private protected
- Updated baseline files to reflect these changes which are semantical
and should not have any computational difference.
Part of the fix for #2618
Sub task of #2613
LightGbmBinaryTrainer
LightGbmMulticlassTrainer
LightGbmRankingTrainer
LightGbmRegressorTrainer
and their base classes
The text was updated successfully, but these errors were encountered: