Ekeany / Boruta-Shap

A Tree based feature selection tool which combines both the Boruta feature selection algorithm with shapley values.
MIT License
559 stars 86 forks source link

[BUG] #131

Open narminjabbarli opened 5 months ago

narminjabbarli commented 5 months ago

Describe the bug

when I run feature_selector fit, I get index error, I'll put the screenshot below. Firstly, I supposed there was something wrong with my dataset, but later I tried with load data (classification)

Screenshots

image

kaustv-datta commented 3 months ago

I am also getting this error after updating my env to python 3.10. Things were fine in 3.9.

104410 commented 3 months ago

I still got this error in py3.9,but it work in py3.8