0
votes
0answers
108 views

effectiveness of linear regression in prediction [closed]

How effective is linear regression in predicting asset Price ? If not, which is the most effective way to predicting an asset price? Also,price movements are non-linear, why is linear regression ...
4
votes
0answers
403 views

Algorithms for predicting a couple points in the future

I'm familiar with supervised learning algorithms like regression and neural networks which look at a bunch of input points and learn a function which outputs a value (the value varying depending on ...
5
votes
5answers
1k views

How many explanatory variables is too many?

When researching any sort of predictive model, whether using ordinary linear regression or more sophisticated methods such as neural networks or classification and regression trees, there seems to ...