configure.py#

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

Generate the UI for setting the data columns as features for the input and output layers of the model.

Parameters:
  • data (Data) – Data object.

  • model (Model) – Model object.

mlui.widgets.configure.set_callbacks_ui(model)[source]#

Generate the UI for setting the callbacks for the model.

Parameters:

model (Model) – Model object.