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
Replace numpy functions with NaN-safe variants in metric aggregations
- Replace numpy.sum with numpy.nansum
- Replace numpy.max with numpy.nanmax
- Replace numpy.min with numpy.nanmin
- Replace numpy.average with numpy.nanmean
- Replace numpy.percentile with numpy.nanpercentile
- Replace numpy.std with numpy.nanstd
- Replace numpy.var with numpy.nanvar
- Add comprehensive test for NaN handling
Co-authored-by: 4n4nd <22333506+4n4nd@users.noreply.github.com>
0 commit comments