-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
i have been trying to apply preprocessing.differencing to my z-score normalized series but it keeps failing. i have no idea what the cause. here is an example of a failing code:
test=[1,2,3,4,5,6,7,8,9,10]
test2 = preprocessing.differencing(test, smooth=0.1)
running it gives me this error:
AxisError: axis 1 is out of bounds for array of dimension 1
and if i tried to change the shape of the series to (10,1), i get the error:
ValueError: The length of the input vector x must be greater than padlen, which is 9.
Metadata
Metadata
Assignees
Labels
No labels