When I started building machine learning models for financial time series prediction, I quickly realized that traditional metrics like MSE (Mean Squared Error) or MAE (Mean Absolute Error) don’t tell the full story. What I really n
eeded to know was: “How useful are these predictions for actual trading?”
This led me to develop a custom evaluation methodol…



