TabularPredictor.fit_summary#

TabularPredictor.fit_summary(verbosity=3, show_plot=False)[source]#

Output summary of information about models produced during fit(). May create various generated summary plots and store them in folder: predictor.path.

Parameters
  • verbosity (int, default = 3) – Controls how detailed of a summary to output. Set <= 0 for no output printing, 1 to print just high-level summary, 2 to print summary and create plots, >= 3 to print all information produced during fit().

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

Return type

Dict containing various detailed information. We do not recommend directly printing this dict as it may be very large.