Is it possible to make a stock futures prediction model?

I'd like to make a model that predicts stock price fluctuations, so can I make it while following the guide document at the bottom?

Hi,

You can make a regression model for your index with that guide (either through the UI or with a programming language client of your choice like Python).

A regression model can detect and predict trends if you have the right historical data, with the appropriate features, and the type of task fits a simple regression model.

You can start with a toy dataset with existing labels to test out how well the model performs - the guide should help you with that.

However, "predict stock fluctuation" is probably too complex and vague of a task to be solved with a regression model even if you optimize it.

Hope this helps!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.