Closed owrior closed 2 years ago
All validation metrics are reporting 0 for all stocks for xgboost. This is most likely due to the 4 decimal rounding - I think this needs to be taken to the power of the exponential so that it is a more helpful number.
Actually it was a spurious .round() before the 4 decimal rounding. RMSLE has been added for more comparable analysis.
All validation metrics are reporting 0 for all stocks for xgboost. This is most likely due to the 4 decimal rounding - I think this needs to be taken to the power of the exponential so that it is a more helpful number.