Autokeras: AutoKeras for Time-series classification

Created on 23 Dec 2019  路  6Comments  路  Source: keras-team/autokeras

Dear everyone,

Do you know if AutoKeras can be used for (multi-label) classification of time-series?

Thank you,

Andrea

wontfix

Most helpful comment

We are still working on this module. You can see the interface in autokeras/task.py

All 6 comments

Hi,

Haven't tried, but at a quick glance, sounds like RNNBlock + multiple ClassificationHeads would fit your requirements.

Hope it helps,

Alex

RNN block works for 1D data?

Thanks!

We are still working on this module. You can see the interface in autokeras/task.py

Thank you for your reply.

Just to be clear, right now is it possible to use 1D data (such as time-series) with autokeras? if yes, which module supports 1D data?

@andreaAnc To use the RNN block you have to reshape it to 2D per instance.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings