optuna_dashboard.dict_to_form_widget
- optuna_dashboard.dict_to_form_widget(d)
Restore form widget objects from the dictionary.
- Parameters:
d (dict[str, Any]) – A dictionary object.
- Returns:
an instance of the restored form widget class.
- Return type:
object