MultiModalPredictor.fit_summary

MultiModalPredictor.fit_summary(verbosity=0, show_plot=False)[source]

Output the training summary information from fit().

Parameters:
  • verbosity (int, default = 2) – Verbosity levels range from 0 to 4 and control how much information is printed. verbosity = 0 for no output printing. TODO: Higher levels correspond to more detailed print statements

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

Returns:

  • Dict containing various detailed information.

  • We do not recommend directly printing this dict as it may be very large.