Time-series forecasting with JS

added by JavaScript Kicks
12/18/2019 8:28:35 AM

1035 Views

FORECAST.ETS() function done well and it mean that its time to code something! There are a couple of algorithms which could be good with this, including some machine learning stuff I experimented with Tensorflow.js RNN model from this article, but it takes a lot time to train on the given dataset, dataset itself should be big enough, prediction is not quick too, so we couldnt use this for the project.


0 comments