-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exogenous data are not used in MLP and LSTM-based models #197
Comments
antoinecarme
pushed a commit
that referenced
this issue
Apr 14, 2022
antoinecarme
pushed a commit
that referenced
this issue
Apr 14, 2022
… new options for LSTMX and MLPX models.
antoinecarme
pushed a commit
that referenced
this issue
Apr 14, 2022
… new options for LSTMX and MLPX models. Some refactoring
antoinecarme
pushed a commit
that referenced
this issue
Apr 14, 2022
… and MLPX models have more inputs, fixed.
PyAF now supports all these models :
|
Need to explore 'CROSTONX' feasibility. |
antoinecarme
pushed a commit
that referenced
this issue
Apr 14, 2022
antoinecarme
pushed a commit
that referenced
this issue
Apr 14, 2022
FIXED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyAF uses Keras as a backend for including neural network models.
PyAF can build MLP/Dense and LSTM models, but, there is no LSTMX or MLPX model.
Easy to fix.
Target Release : 2022-07-14
The text was updated successfully, but these errors were encountered: