pymatch icon indicating copy to clipboard operation
pymatch copied to clipboard

m.compare_categorical()

Open rm17tink opened this issue 6 years ago • 2 comments

get an error claiming "['var' 'before' 'after'] not in index" when running compare_categorical()

rm17tink avatar Jun 27 '19 16:06 rm17tink

I think this might be the error you get when there is no categorical data in your predictors. Did you check that you have any data of type categorical in your co-variates? Check df.info()

mc51 avatar Jul 25 '19 16:07 mc51

截圖 2021-01-06 上午2 57 08

I meet same problem even through I transfer the feature into categorical

rayzhai avatar Jan 05 '21 19:01 rayzhai