save()#

ShiftScaleTransformer.save(savefile: str, overwrite: bool = False) None[source]#

Save the transformer to an HDF5 file.

Parameters:
savefilestr

Path of the file to save the transformer to.

overwritebool

If True, overwrite the file if it already exists.

Raises:
FileExistsError

If overwrite=False but the savefile already exists.