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
When building my own metafeatures using the scripts provided, the following warnings appear during 03_calculate_metafeatures:
[Memory] Calling __main__--WORKINGDIR-03_calculate_metafeatures.calculate_metafeatures...
calculate_metafeatures(254)
254
/home/XXX/.local/lib/python3.6/site-packages/numpy/lib/nanfunctions.py:1667: RuntimeWarning: Degrees of freedom <= 0 for slice.
keepdims=keepdims)
/home/XXX/.local/lib/python3.6/site-packages/autosklearn/metalearning/metafeatures/metafeatures.py:437: RuntimeWarning: Mean of empty slice
mean = np.nanmean(values)
Is this something to worry about or can it be ignored?
The text was updated successfully, but these errors were encountered:
I think this is nothing to worry about, but I have encountered similar warnings when computing meta-features (for example on dataset 75221). We'll have a look into this in the mid-future.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs for the next 7 days. Thank you for your contributions.
Hello,
When building my own metafeatures using the scripts provided, the following warnings appear during 03_calculate_metafeatures:
Is this something to worry about or can it be ignored?
The text was updated successfully, but these errors were encountered: