mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-06 17:00:30 +08:00
60 lines
1.3 KiB
ReStructuredText
60 lines
1.3 KiB
ReStructuredText
.. 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
|