Thursday, October 6, 2022

[FIXED] How do I predict how a chart will trend

Issue

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


Solution

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



Answered By - equi
Answer Checked By - David Marino (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.