aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
632 stars 86 forks source link

implementing tsfresh as a node in FEDOT #552

Closed astrogilda closed 1 year ago

astrogilda commented 2 years ago

tsfresh gives access to a whole range of features engineered specifically for time-series problems, and also has sensible feature selection algorithms built in. Is there a way to use tsfresh as a node in FEDOT?

nicl-nno commented 2 years ago

Hello,

Yes, you can implement tsfresh as custom model in FEDOT or add it to model repository.

However, is is most suitable for time series classification task, that is now fully supported yet.

nicl-nno commented 1 year ago

Now, TS classification is implemented in https://github.com/aimclub/Fedot.Industrial