papkov / DecisionTreeToCpp

Export sklearn decision tree as C++ function
36 stars 4 forks source link

Does it support for multi-label classification of DT? #1

Open HannanKan opened 3 years ago

papkov commented 3 years ago

Hi, I believe, it doesn't. Although, I think it is possible to modify the function to return vectors. Unfortunately, I didn't touch this code for many years and cannot offer you support in adding this functionality right now. But feel free to create a PR!