Skip to content

Commit

Permalink
[DOC] Remove redundant code in tutorial section 2.2.4 (#6267)
Browse files Browse the repository at this point in the history
Enhancement in doc (2.2.4)
  • Loading branch information
iamSathishR authored Apr 6, 2024
1 parent 7cf612e commit 9838adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@
"X_test, y_test = load_italy_power_demand(split=\"test\", return_type=\"numpy3D\")\n",
"\n",
"# step 3-5 are the same\n",
"from sktime.classification.distance_based import KNeighborsTimeSeriesClassifier\n",
"\n",
"from sktime.dists_kernels import FlatDist, ScipyDist\n",
"\n",
"eucl_dist = FlatDist(ScipyDist())\n",
Expand Down

0 comments on commit 9838adf

Please sign in to comment.