We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0585c35 + 1f4cf11 commit fdca103Copy full SHA for fdca103
tutorial/20_recipes/001_rdb.py
@@ -77,6 +77,12 @@ def objective(trial):
77
# Experimental History
78
# --------------------
79
#
80
+# Note that this section requires the installation of `Pandas <https://pandas.pydata.org/>`__:
81
+#
82
+# .. code-block:: bash
83
84
+# $ pip install pandas
85
86
# We can access histories of studies and trials via the :class:`~optuna.study.Study` class.
87
# For example, we can get all trials of ``example-study`` as:
88
0 commit comments