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)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Path to the pickle file to save to |
||
|
False |
Flag to overwrite if file(s) exist |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
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: