ModelBuilder.table#

ModelBuilder.table(**model_table_kwargs)[source]#

Get the summary table of the model.

Parameters:
**model_table_kwargs

Keyword arguments for the model_table function

Returns:
rich.table.Table

A rich table containing the summary of the model.