dmbee / seglearn

Python module for machine learning time series:
https://dmbee.github.io/seglearn/
BSD 3-Clause "New" or "Revised" License
571 stars 63 forks source link

Future warning for transform #33

Closed SergioEanX closed 5 years ago

SergioEanX commented 5 years ago

Running your example code "Continuous Target and Time Series Regression" I get many future warnings related to "transform.py" as reported below: "FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future."

dmbee commented 5 years ago

Thanks Sergio - which version of seglearn are you using? This issue should be fixed in the working version 1.0.7 which is on github.

We haven't updated pypi with a new release for 1.0.7 yet, but this should be coming soon.

SergioEanX commented 5 years ago

Currently 1.0.6. I can confirm that after upgrading to version 1.0.7 by "pip install -U git+https://github.com/dmbee/seglearn.git" the reported issue has been resolved. Thanks.

dmbee commented 5 years ago

Great thanks.