data_juicer.core.ray_analyzer module#
- class data_juicer.core.ray_analyzer.RayAnalyzer(cfg: Namespace | None = None)[source]#
Bases:
objectAnalyzer that uses Ray for distributed stats computation.
Computes filter stats in parallel via Ray, then uses Ray’s native aggregation (Mean, Std, Min, Max, Count) for overall analysis. No data is materialized to pandas — all computation stays distributed.