Utils¶
load_data¶
open_mlpipe.utils.io.load_data
¶
Auto-detect format and load data.
Source code in src\open_mlpipe\utils\io.py
save_dataframe¶
open_mlpipe.utils.io.save_dataframe
¶
Save DataFrame to file based on suffix.
Source code in src\open_mlpipe\utils\io.py
FeatureEngTransformer¶
open_mlpipe.utils.feature_eng_transformer.FeatureEngTransformer
¶
Bases: BaseEstimator, TransformerMixin
Apply feature engineering at inference time.
Remembers which columns had missing values, which interactions to create, and which columns to log-transform — all fitted during training.
Source code in src\open_mlpipe\utils\feature_eng_transformer.py
TaskType¶
open_mlpipe.utils.typing.TaskType
¶
Bases: str, Enum
ColumnType¶
open_mlpipe.utils.typing.ColumnType
¶
Bases: str, Enum