Split ordering for multiclass="multinomial"
stephanegaiffas opened this issue · 1 comments
stephanegaiffas commented
If multiclass="multinomial", code the following heuristic : try all orderings for each labels proportions (we only use ordering according to the label=1 in this case)
stephanegaiffas commented
Done