TabularPredictor.save¶
- TabularPredictor.save(silent: bool = False)[source]¶
- Save this Predictor to file in directory specified by this Predictor’s path. Note that - TabularPredictor.fit()already saves the predictor object automatically (we do not recommend modifying the Predictor object yourself as it tracks many trained models).- Parameters:
- silent (bool, default = False) – Whether to save without logging a message.