CDHSample.plotPredictorPerformanceHeatmap() issue #146
-
Another issue I want to highlight is the calling of CDHSample.plotPredictorPerformanceHeatmap(), for which I get the following AttributeError: module 'numpy' has no attribute 'bool'. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @jonathangebru, thanks for bringing this up. I'm a little confused though, because I don't think we use If this is indeed not a dependency issue but somewhere in our code, could you please open up an issue including the full stacktrace of the error? Then we can check where this originates from and fix it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi Stijn, You're right! I upgraded my plotly version and this worked! |
Beta Was this translation helpful? Give feedback.
Hi @jonathangebru, thanks for bringing this up. I'm a little confused though, because I don't think we use
np.bool
anywhere in our code. Are you on the latest version of plotly, pandas and polars? Perhaps try updating those individual libraries and/or runningpip install --upgrade pdstools
to get to the latest pdstools version as well. This feels like a mismatch of versions, where you may be on a newer version of numpy, but an older plotly version.If this is indeed not a dependency issue but somewhere in our code, could you please open up an issue including the full stacktrace of the error? Then we can check where this originates from and fix it. Thanks!