-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIP1Priority of the issue for triage purpose: Needs to be fixed soon.Priority of the issue for triage purpose: Needs to be fixed soon.enhancementNew feature or requestNew feature or request
Description
Version: 1.0
Setup:
- LightGBM Multiclass trainer
- NOT softmax (thus: "objective" = "mutliclassova").
Before 1.0 we had UnbalancedSets available for the three booster configs, but this option was removed it seems.
Though, that option very much had an effect on performance in this case.
You can see that the OVA objective just calls the binary one:
which will happily use the config parameter:
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIP1Priority of the issue for triage purpose: Needs to be fixed soon.Priority of the issue for triage purpose: Needs to be fixed soon.enhancementNew feature or requestNew feature or request