TabularPredictor.get_model_best#
- TabularPredictor.get_model_best()[source]#
Returns the string model name of the best model by validation score that can infer. This is the same model used during inference when predictor.predict is called without specifying a model. This can be updated to be a model other than the model with best validation score by methods such as refit_full and set_model_best.
- Return type
String model name of the best model