TabularPredictor.fit_summary

TabularPredictor.fit_summary(verbosity: int = 3, show_plot: bool = False) dict[source]

输出关于在fit()期间生成的模型的信息摘要。 可能会创建各种生成的摘要图并将其存储在文件夹中:predictor.path

Parameters:
  • verbosity (int, default = 3) – 控制输出的详细程度。 设置为 <= 0 时不输出任何信息,1 只输出高级摘要, 2 输出摘要并创建图表,>= 3 输出 fit() 期间生成的所有信息。

  • show_plot (bool, default = False) – If True, shows the model summary plot in browser when verbosity > 1.

Return type:

包含各种详细信息的字典。我们不建议直接打印这个字典,因为它可能非常大。