ranking_HM.Rank.to_pickle#

Back to Class page

Summary#

Deprecated on 6/2024 Saves the class to a pickle

Signature#

def to_pickle(self, path, overwrite = False)
Input variables#

Name

Type

Default

Description

path

Path to the pickle file to save to

overwrite

False

Flag to overwrite if file(s) exist

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

Deprecated on 6/2024
Saves the class to a pickle
:param path: Path to the pickle file to save to
:param overwrite: Flag to overwrite if file(s) exist
:return: