[Solved] tsfresh extract_features Error: ValueError: Can only compute partial correlations for lags up to 50%…

Error Messages:
ValueError: Can only compute partial correlations for lags up to 50% of the sample size. The requested nlags 9 must be < 7.
Problem source: tsfresh version problem
Solution:
Check the current tsfresh version: pip show tsfresh
Reinstall: pip install tsfresh==0.17.0

Read More: