ray.data.preprocessors.MultiHotEncoder.preferred_batch_format#

classmethod MultiHotEncoder.preferred_batch_format() BatchFormat#

批处理格式提示上游生产者尝试生成最佳块格式。

如果同时实现了 _transform_pandas_transform_numpy,首选的批处理格式。默认为 Pandas。

可以根据预处理器类来覆盖,具体取决于哪条转换路径是最优的。

开发者API: 此API可能会在Ray的次要版本之间发生变化。