Stock-Prediction-Models icon indicating copy to clipboard operation
Stock-Prediction-Models copied to clipboard

Mean directional accuracy

Open lukaszkn opened this issue 6 years ago • 1 comments

I know this is dummy beginner question but how do I calculate mean directional accuracy for stack-rnn-arima-xgb or any deep learning experiments? E.g. instead of mean square error I want to calculate mean signum difference between current and previous value. Thanks for your help

lukaszkn avatar May 21 '19 21:05 lukaszkn

write your custom loss function that calculates the metric you want given (y_pred, y_true). Assuming this is for forecasting market data....

IISuperluminaLII avatar Jul 13 '20 18:07 IISuperluminaLII