SelfExplainML / PiML-Toolbox

PiML (Python Interpretable Machine Learning) toolbox for model development & diagnostics
https://selfexplainml.github.io/PiML-Toolbox
Apache License 2.0
931 stars 111 forks source link

Unable to figure out target variable #7

Open munchcrunch opened 2 years ago

munchcrunch commented 2 years ago

I am trying to apply PiML for my custom data but unable to add target variable which is multiclass problem. I am receiving this error and dont know how to fix it ! please help me in this regard ! Please find the attached link of notebook (html) and snapshot of error. Thank you

image

file:///C:/Users/Zahid/Downloads/Montreal_subsample.html

CnBDM-Su commented 2 years ago

PIML does not support multiclass task for now. We will make it in the future version.

munchcrunch commented 2 years ago

May i know about future version release date !!!

ajzhanghk commented 2 years ago

@munchcrunch Hi, multi-category classification is in the PiML plan list, which is a bit long. Our current plan is to have multi-class in V0.3, while prioritizing GLM, GAM, Tree/Rule models in V0.2. We usually have a major update (2nd digit update) every 1~2 months. Thanks.