Skip to content

Commit

Permalink
docs: update 04_from_legacy.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Feb 22, 2024
1 parent 00b6337 commit fbd5bca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/04_from_legacy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
}
],
"source": [
"from __future__ import annotations\n",
"\n",
"import pandas as pd\n",
"from timeseriesflattener.aggregation_fns import (\n",
" boolean,\n",
Expand All @@ -58,8 +60,7 @@
"metadata": {},
"outputs": [],
"source": [
"from timeseriesflattener.feature_specs.group_specs import NamedDataframe\n",
"from timeseriesflattener.feature_specs.group_specs import PredictorGroupSpec\n",
"from timeseriesflattener.feature_specs.group_specs import NamedDataframe, PredictorGroupSpec\n",
"from timeseriesflattener.feature_specs.single_specs import PredictorSpec as Version1PredictorSpec\n",
"\n",
"legacy_spec = PredictorGroupSpec(\n",
Expand Down

0 comments on commit fbd5bca

Please sign in to comment.