predict.py#
- mlui.widgets.predict.make_predictions_ui(data, model)[source]#
Generate the UI for making the predictions of the model.
- Parameters:
data (Data) – Data object.
model (UploadedModel) – Model object.
Generate the UI for making the predictions of the model.
data (Data) – Data object.
model (UploadedModel) – Model object.