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.
1 parent e46daf0 commit cfc2ed4Copy full SHA for cfc2ed4
adaptive/learner/data_saver.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
import functools
4
from collections import OrderedDict
5
@@ -91,7 +93,7 @@ def load_dataframe(
91
93
df: pandas.DataFrame,
92
94
extra_data_name: str = "extra_data",
95
input_names: tuple[str] = (),
- **kwargs
96
+ **kwargs,
97
):
98
"""Load the data from a `pandas.DataFrame` into the learner.
99
0 commit comments