You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be quite a strange issue. For me the type does not correspond to a numpy array, instead it is of the type rfr::util::weighted_running_statistics< double > *. Could you maybe check under Linux what type the variable ls has on line 224 in the following file: deepcave.evaluators.epm.fanova_forest.py?
I just checked under Linux and get pyrfr.util.weighted_running_stats. For ls.mean(), I get a float. @mwever I assume you also get the AttributeError there? If so, seems like a Swig on Mac issue.
Some of the plugins do not execute on MAC but execute on Linux.
For example,
black_box_max_20_layers.zip
fails when plotting Fanova Hyperparameter Importance on M1 Mac. However, On Linux it executes.
The raised error is
AttributeError: 'SwigPyObject' object has no attribute 'mean'
The text was updated successfully, but these errors were encountered: