I am working on rnn predicting by keras. And I want to know if this autokeras can support it?
@touching-foots-huskie Currently not, but we might start to implement RNN after the image classifier is ready.
On the same topic,
What types of ML problems are supported? There are only examples of image classification tasks.
In my specific case, I'm interested in multi-target regression with continuous and categorical inputs. Does Auto-Keras handle categorical variables for example with support for embeddings?
We currently do not support tabular data for now.
Currently, we only support Image classification.
But more functions will be added soon.
Thank you for the question.
Hi, Does auto keras support regression problem? Does it suppoert LSTM network?
Thx.
Most helpful comment
On the same topic,
What types of ML problems are supported? There are only examples of image classification tasks.
In my specific case, I'm interested in multi-target regression with continuous and categorical inputs. Does Auto-Keras handle categorical variables for example with support for embeddings?