Clearbox Preprocessor
A fast and flexible data preprocessor by Clearbox.ai. ⚡
Installation
You can install the preprocessor by running the following command:
$ pip install clearbox-preprocessor
Modules
PreprocessorPreprocessor.numerical_featuresPreprocessor.categorical_featuresPreprocessor.temporal_featuresPreprocessor.discarded_featuresPreprocessor.single_value_columnsPreprocessor.extract_ts_features()Preprocessor.get_categorical_features()Preprocessor.get_features_sizes()Preprocessor.get_numerical_features()Preprocessor.inverse_transform()Preprocessor.transform()