Skip to content

Commit

Permalink
docs: highlight legacy spec change
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Feb 26, 2024
1 parent de3973f commit 07351e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorials/04_from_legacy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@
],
"source": [
"from timeseriesflattener import PredictorSpec as Version2PredictorSpec\n",
"# IMPORT CHANGED BELOW #\n",
"# from timeseriesflattener.v1.feature_specs.single_specs import PredictorSpec as Version1PredictorSpec\n",
"\n",
"# from timeseriesflattener.v1.feature_specs.group_specs import PredictorGroupSpec # noqa: ERA001\n",
"from timeseriesflattener.feature_specs.from_legacy import PredictorGroupSpec\n",
"# IMPORT CHANGED ABOVE #\n",
"\n",
"new_specs = PredictorGroupSpec(\n",
" lookbehind_days=((1, 2), (3, 4)),\n",
Expand Down

0 comments on commit 07351e5

Please sign in to comment.