Skip to content

Commit 328aa2e

Browse files
committed
docs: update sktime example
modify sktime adapter import in notebook example to reflect move to adapters directory
1 parent c414be0 commit 328aa2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/sktime.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": 2,
50+
"execution_count": null,
5151
"id": "e1870fe0",
5252
"metadata": {},
5353
"outputs": [],
5454
"source": [
5555
"from sktime.forecasting.trend import TrendForecaster\n",
56-
"from timecopilot.models.sktime import SKTimeAdapter\n",
56+
"from timecopilot.models.adapters.sktime import SKTimeAdapter\n",
5757
"\n",
5858
"trend_forecaster = TrendForecaster()\n",
5959
"\n",

0 commit comments

Comments
 (0)