We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b7bc commit 20bedfeCopy full SHA for 20bedfe
examples/classification/convolution_based.ipynb
@@ -16,7 +16,7 @@
16
" the transform with a scikitlearn RidgeClassifierCV classifier. Ther term\n",
17
" convolution and kernel are used interchangably in this notebook. A convolution is a\n",
18
" 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",
+ " convolution is run along a series, and the dot product is calculated. This creates a\n",
20
" new series (often called an activation map or feature map) where large values\n",
21
" correspond to a close correlation to the convolution.\n",
22
"\n",
0 commit comments