modeva.DataSet.load_preprocessing#

DataSet.load_preprocessing(path_or_buf: str | Path)#

Load preprocessing steps from a saved file.

Parameters:

path_or_buf (str or Path) – The path to the file containing saved preprocessing steps. The file should have been created using the save_preprocessing method.

Examples

>>> ds.load_preprocessing("path/to/preprocessing.pkl")