actableai.classification.models.tabpfn.TabPFNModel(**kwargs)¶Bases: autogluon.core.models.abstract.abstract_model.AbstractModel
TabPFN classification Model
get_memory_size() int¶load(path: str, reset_paths=True, verbose=True)¶Loads the model from disk to memory.
model – Loaded model object.
cls
save(path: Optional[str] = None, verbose=True) str¶Saves the model to disk.
path – Path to the saved model, minus the file name. Use this value to load the model from disk via cls.load(path), cls being the class of the model object, such as model = RFModel.load(path)
str