Reputation:
I'm working on a JS project where the user draws a graph while the code tries to predict how it will unfold. Does anyone have any ideas how I might be able to accomplish this? Thanks for the help!
Upvotes: 0
Views: 272
Reputation: 164
You can use different machine learning for time series predictions like Facebook prophet https://facebook.github.io/prophet/
Upvotes: 0