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 plotting confusion matrix, we get at the moment:
/home/hwierstorf/.envs/speech-emotion-recognition-benchmarks/lib/python3.10/site-packages/audplot/core/api.py:192: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
annot2 = cm2.applymap(lambda x: human_format(x))
The text was updated successfully, but these errors were encountered:
When plotting confusion matrix, we get at the moment:
The text was updated successfully, but these errors were encountered: