[ML]Backtesting and Cross-validation

This article is a memo to me reading https://eng.uber.com/omphalos/

This article is a backtesting tool which used in Uber to validate ML related thing.
I’m not sure some words and I’d like to memorise them in my brain. Thus, I’ve published this article.

Backtesting is a term used in oceanography, meteorology and the financial industry to refer to testing a predictive model using existing historic data. Backtesting is a kind of retrodiction, and a special type of cross-validation applied to time series data.

I haven’t known the word even I’m in Test/Quality world…
Similar concept is applied in our Kage, which is

a model validation technique for assessing how the results of a statistical analysis will generalize to an independent data set.

Have a good testing!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.