Andres Fandos Villanueva

Results 6 comments of Andres Fandos Villanueva

Hello! The same happens to me. The change I've made to solve it has benn in the line 233 of the _data.py_ file, changing the original line ```dataset = CloudsDataset(dir...

Then what needs to be changed? ``expand`` by ``gather``?

> > > change the num_workers from 4 to 0 This solve the problem, thank you!

> > I solved the problem by changing `dll=np.ctypeslib.load_library('render_balls_so','.')` into `dll = np.ctypeslib.load_library('render_balls_so.so', '.')` I've tried this on windows and it's been impossible. But I tried this solution on linux...

> As the error message said, we now need to pass the axis information. > > https://github.com/slundberg/shap/blob/45b85c1837283fdaeed7440ec6365a886af4a333/shap/plots/_beeswarm.py#L859-L873 > > I resolved it on my Shap version by editing line 865...

> What should i do if i don‘t want to use normal? Thanks for your answer. Hi @Yuzuki-N, there are other implementations where you don't need to use normals like...