Skip to content

Commit 2437659

Browse files
committed
Fix doc-string in SequenceLearner
1 parent 2a2e43d commit 2437659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adaptive/learner/sequence_learner.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def to_dataframe(
150150
Prefix to the ``learner.function``'s default arguments' names,
151151
by default "function."
152152
index_name : str, optional
153-
Name of the index parameter, by default "index"
153+
Name of the index parameter, by default "i"
154154
x_name : str, optional
155155
Name of the input value, by default "x"
156156
y_name : str, optional
@@ -200,6 +200,8 @@ def load_dataframe(
200200
by default True
201201
function_prefix : str, optional
202202
The ``function_prefix`` used in ``to_dataframe``, by default "function."
203+
index_name : str, optional
204+
The ``index_name`` used in ``to_dataframe``, by default "i"
203205
x_name : str, optional
204206
The ``x_name`` used in ``to_dataframe``, by default "x"
205207
y_name : str, optional

0 commit comments

Comments
 (0)