huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prediction accuracy

RRRiven opened this issue · comments

Could you explain how to calculate the accuracy of a forecast

Could you explain how to calculate the accuracy of a forecast

It can be done by comparing the predicted value and the actual value of the forecast, for example using metrics like Mean Absolute Error, if the MAE value is low it means better accuracy.