I am trying to run BorutaShap with a bunch of models. One of them being LightGBM
When I run BorutaShap with a small number of rows, I get this attribute error in create_shadow_features()
The same data will work with other classifiers, and BorutaShap works with LightGBM on other data sets. I suspect it has something to do with the dataset size, as I've seen this happen only with small subsets of the data.
I am trying to run BorutaShap with a bunch of models. One of them being LightGBM When I run BorutaShap with a small number of rows, I get this attribute error in create_shadow_features()
The following code will reproduce the error:
toy_df.csv toy_labels.csv
The same data will work with other classifiers, and BorutaShap works with LightGBM on other data sets. I suspect it has something to do with the dataset size, as I've seen this happen only with small subsets of the data.