tabensemb.model.AbstractModel.set_path# method AbstractModel.set_path(path: PathLike | str)[source]# Set the path of the model base (usually a trained one), including the paths of its models. It is used when migrating models to another directory. Parameters: pathThe path of the model base.