Open noycohen100 opened 3 years ago
Hello @noycohen100, thank you for your interest in our work!
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
Thanks for your interest! This package does not support classification up to now. In fact, this is a package that only acted as baseline methods in my research paper. If you want to use an oblique decision tree for real-world machine learning tasks, I recommend you to use "[Evolutionary Forest]"(https://github.com/zhenlingcn/EvolutionaryForest).
Thank you very much! But where can I find in your package "Evolutionary Forest", an implementation for oblique tree?
בתאריך יום ב׳, 15 בנוב׳ 2021 ב-11:58 מאת Hengzhe Zhang < @.***>:
Thanks for your interest! This package does not support classification up to now. In fact, this is a package that only acted as baseline methods in my research paper. If you want to use an oblique decision tree for real-world machine learning tasks, I recommend you to use "[Evolutionary Forest]"(https://github.com/zhenlingcn/EvolutionaryForest).
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zhenlingcn/scikit-obliquetree/issues/51#issuecomment-968721630, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBJKNLDDZIAVDJ57SV6MQ3UMDKTFANCNFSM5IBAHAEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
@noycohen100 Here is a tutorial for Evolutionary Forest. https://github.com/zhenlingcn/EvolutionaryForest/blob/master/tutorial/diabetes_regression.ipynb
Hi, Is it possible to use this package for a classification task?