ray.data.preprocessors.LabelEncoder.deserialize
ray.data.preprocessors.LabelEncoder.deserialize#
- static LabelEncoder.deserialize(serialized: str) ray.data.preprocessor.Preprocessor#
Load the original preprocessor serialized via
self.serialize().DeveloperAPI: This API may change across minor Ray releases.