Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.35 KB

api.rst

File metadata and controls

59 lines (45 loc) · 1.35 KB
.. module:: optuna_dashboard

API Reference

General APIs

.. autosummary::
   :toctree: _generated/
   :nosignatures:

   optuna_dashboard.run_server
   optuna_dashboard.wsgi
   optuna_dashboard.save_note
   optuna_dashboard.save_plotly_graph_object
   optuna_dashboard.artifact.get_artifact_path

Human-in-the-loop

Form Widgets

.. autosummary::
   :toctree: _generated/
   :nosignatures:

   optuna_dashboard.register_objective_form_widgets
   optuna_dashboard.register_user_attr_form_widgets
   optuna_dashboard.dict_to_form_widget
   optuna_dashboard.ChoiceWidget
   optuna_dashboard.SliderWidget
   optuna_dashboard.TextInputWidget
   optuna_dashboard.ObjectiveUserAttrRef

Preferential Optimization

.. autosummary::
   :toctree: _generated/
   :nosignatures:

   optuna_dashboard.preferential.create_study
   optuna_dashboard.preferential.load_study
   optuna_dashboard.preferential.PreferentialStudy
   optuna_dashboard.preferential.samplers.gp.PreferentialGPSampler
   optuna_dashboard.register_preference_feedback_component

Streamlit

.. autosummary::
   :toctree: _generated/
   :nosignatures:

   optuna_dashboard.streamlit.render_trial_note
   optuna_dashboard.streamlit.render_objective_form_widgets
   optuna_dashboard.streamlit.render_user_attr_form_widgets