optuna_dashboard.streamlit.render_trial_note

optuna_dashboard.streamlit.render_trial_note(study, trial)

Write a trial note to UI with streamlit as a markdown format.

Parameters:
  • study (Study) – The optuna study object.

  • trial (FrozenTrial) – The optuna trial object to get note.

Return type:

None