You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I find the documentation of
tsfresh.feature_extraction.feature_calculators.linear_trend
to be lacking. Specifically, I do not understand'param (list) – contains dictionaries {“attr”: x} with x an string, the attribute name of the regression model'
What is meant by this? Let's say I have a time series
x=[1,2,3,4,5]
, then what do I have to pass asparam
?Beta Was this translation helpful? Give feedback.
All reactions