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.

mlui.widgets.model.download_model_ui(model)[source]#

Generate the UI for downloading the model.

Parameters:

model (Model) – Model object.

mlui.widgets.model.reset_model_ui(data, model)[source]#

Generate the UI for resetting the model.

Parameters:
  • data (Data) – Data object.

  • model (Model) – Model object.