user17400329
user17400329

Reputation:

How do I predict how a chart will trend

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!

picture of my program with what I want the computer to predict

Upvotes: 0

Views: 272

Answers (1)

equi
equi

Reputation: 164

You can use different machine learning for time series predictions like Facebook prophet https://facebook.github.io/prophet/

Upvotes: 0

Related Questions