Skip to content

Commit be80a2b

Browse files
committed
Removed odd backslash
1 parent 0f2e67f commit be80a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosklearn/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def __init__(
234234
235235
Not all keys returned by scikit-learn are supported yet.
236236
237-
performance_over_time\_ : pandas.core.frame.DataFrame
237+
performance_over_time_ : pandas.core.frame.DataFrame
238238
A ``DataFrame`` containing the models performance over time data. Can be
239239
used for plotting directly. Please refer to the example
240240
:ref:`Train and Test Inputs <sphx_glr_examples_40_advanced_example_pandas_train_test.py>`.

0 commit comments

Comments
 (0)