Loading request...
Implement the probability of backtesting (PBO) estimation method through the combinatorially symmetric cross-validation (CSCV) method, as described in Advances in Financial Machine Learning Chapter 11.
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** In Advances in Financial Machine Learning Chapter 11 The dangers of backtesting provides us a method to estimate the probability of backtesting. I think it is a very useful method to evaluate the performance of strategies. However, I do not find it implemented in mlfinlab. **Describe alternatives you've considered** **Additional context**