train.py# mlui.widgets.train.fit_model_ui(data, model)[source]# Generate the UI for fitting the model. Parameters: data (Data) – Data object. model (Model) – Model object. mlui.widgets.train.plot_history_ui(model)[source]# Generate the UI for plotting the training history. Parameters: model (Model) – Model object.