noctis.data_transformation.preprocessing.data_preprocessing.PythonObjectPreprocessorInterface

class noctis.data_transformation.preprocessing.data_preprocessing.PythonObjectPreprocessorInterface[source]

Abstract base class for preprocessors that handle Python objects. Defines a common interface for running preprocessing tasks.

Attributes:

failed_strings (list): A list to store strings that failed during processing.

__init__()

Methods

__init__()

run(data)

Abstract method to run the preprocessing task on the given data.

Attributes

failed_strings