save()# BasisMulti.save(savefile, overwrite=False)[source]# Save the transformer to an HDF5 file. Parameters: savefilestrPath of the file to save the transformer to. overwriteboolIf True, overwrite the file if it already exists. If False (default), raise a FileExistsError if the file already exists.