yubin-park / bonsai-dt

Programmable Decision Tree Framework
https://yubin-park.github.io/bonsai-dt/
34 stars 6 forks source link

multiclass handling #1

Open yubin-park opened 6 years ago

yubin-park commented 6 years ago

Currently, bonsai handles only regression and binary classification tasks. It needs to handle multiclass classification tasks.

mustuner commented 5 years ago

Thanks for the update! even though it seems it is properly installed, it does not work in Jupyter Notebook in Windows environment.

mustuner commented 5 years ago

image

yubin-park commented 5 years ago

Hi @mustuner, sorry for the trouble. The package has not been tested on Windows - and perhaps, I should test it soon. However, from the screenshot, it looks like the installation had no issue. Is the problem about not finding the bonsai package from Jupyter notebook? i.e. importing bonsai?

mustuner commented 5 years ago

Hi @yubin-park Yes, the problem is importing bonsai. Hope you'll test it on windows soon. Thanks

dharamungra commented 5 years ago

Has the problem of importing bonsai on windows been solved? if not then on which os does current code works fine?

yubin-park commented 5 years ago

@dharamungra the current version should be able to run on Mac and Unix - both tested. Unfortunately, I had no chance to test on Windows. Python3 is supported.

hengzhe-zhang commented 3 years ago

Is there any way to support multiclass classification? I find this package is a good implementation of the decision tree that has decent performance.

yubin-park commented 3 years ago

Thanks, @zhenlingcn Unfortunately, I don't have any concrete plan on when to add the support for multiclass classification.