Skip to content

Commit 20bedfe

Browse files
authored
Fix small typo (#2173)
1 parent 521b7bc commit 20bedfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/classification/convolution_based.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
" the transform with a scikitlearn RidgeClassifierCV classifier. Ther term\n",
1717
" convolution and kernel are used interchangably in this notebook. A convolution is a\n",
1818
" subseries that is used to create features for a time series. To do this, a\n",
19-
" convolution is run along a series, and the dot product is calculated. The creates a\n",
19+
" convolution is run along a series, and the dot product is calculated. This creates a\n",
2020
" new series (often called an activation map or feature map) where large values\n",
2121
" correspond to a close correlation to the convolution.\n",
2222
"\n",

0 commit comments

Comments
 (0)