General
Gallery
Tutorials
FittedModel.
write
Serialize self to a file.
fname¶ (Union[str, Path]) – Filename where to save the object.
Union
str
Path
ext¶ (Optional[str]) – Filename extension to use. If None, don’t append any extension.
Optional
Nothing, just writes itself to a file using pickle.
pickle
None