TabularPredictor.model_info¶ TabularPredictor.model_info(model: str) → dict[source]¶ Returns metadata information about the given model. Equivalent output to predictor.info()[“model_info”][model] Parameters: model (str) – The name of the model to get info for. Returns: model_info – Model info dictionary Return type: dict