Hi, I was using from ray.data.aggregate import Max, Mean, Min, Std
in ray 2.23.0. But after upgrading to 2.40.0, these functions were moved to ray.data._internal.aggregate
. What’s the suggested way to use these functions now?
Hi, I was using from ray.data.aggregate import Max, Mean, Min, Std
in ray 2.23.0. But after upgrading to 2.40.0, these functions were moved to ray.data._internal.aggregate
. What’s the suggested way to use these functions now?