Skip to content
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

Closed
antoinecarme opened this issue Apr 14, 2022 · 3 comments
Closed

Exogenous data are not used in MLP and LSTM-based models #197

antoinecarme opened this issue Apr 14, 2022 · 3 comments

Comments

@antoinecarme
Copy link
Owner

antoinecarme commented Apr 14, 2022

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

@antoinecarme antoinecarme self-assigned this Apr 14, 2022
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. Some refactoring
antoinecarme pushed a commit that referenced this issue Apr 14, 2022
… and MLPX models have more inputs, fixed.
@antoinecarme
Copy link
Owner Author

PyAF now supports all these models :

       self.mKnownAutoRegressions = ['NoAR' ,
                                      'AR' , 'ARX' ,
                                      'SVR', 'SVRX',
                                      'MLP' , 'MLPX' ,
                                      'LSTM' , 'LSTMX' ,
                                      'XGB' , 'XGBX' ,
                                      'CROSTON', # No CROSTONX for the moment
                                      'LGB', 'LGBX'];

@antoinecarme
Copy link
Owner Author

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
antoinecarme pushed a commit that referenced this issue Apr 15, 2022
antoinecarme pushed a commit that referenced this issue Apr 15, 2022
@antoinecarme
Copy link
Owner Author

FIXED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant