ypeleg / HungaBunga

HungaBunga: Brute-Force all sklearn models with all parameters using .fit .predict!
MIT License
710 stars 79 forks source link

Multi-label classification #20

Open cristianhdez opened 3 years ago

cristianhdez commented 3 years ago

If I want multi-label, for the y vector should I use OHC or a 1-d array?