model.py#
- mlui.widgets.model.model_info_ui(model)[source]#
Generate the UI for displaying the information about the model.
- Parameters:
model (Model) – Model object.
- mlui.widgets.model.summary_ui(model)[source]#
Generate the UI for displaying the summary of the model.
- Parameters:
model (Model) – Model object.
- mlui.widgets.model.graph_ui(model)[source]#
Generate the UI for downloading the graph of the model.
- Parameters:
model (Model) – Model object.