huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
7.66k stars 2.74k forks source link

Prediction accuracy #124

Open RRRiven opened 1 year ago

RRRiven commented 1 year ago

Could you explain how to calculate the accuracy of a forecast

iDharshan commented 1 year ago

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.