Yo-Yo.ai Docs
  • Yo-Yo.ai Gitbook Repository
  • Prediction: Accuracy
    • Overview
    • Technical
  • Model Output
  • Case Study
  • Conclusion
  • Prediction: Alpha
    • Overview
  • Methodology
  • Feature Engineering
  • Model Ensemble Implementation
  • Risk Management
  • Model Testing and Backtesting
    • Testing Methodology
    • Backtesting Framework
    • Hybrid Strategy Implementation
    • Results
    • Key Findings
    • APPENDIX A:
  • Vaults
    • How To
  • Product Road Map
  • FAQ
  • YOYO Token
    • Tokenomics
      • The YOYO Token
      • Token Utility
      • Token Metrics
  • Branding
    • Logos
  • Media
  • Legal Documents
    • Terms and Conditions
    • Privacy Policy
    • Disclaimer
  • Official Links
    • Official Links
Powered by GitBook
On this page
  1. Model Testing and Backtesting

Testing Methodology

PreviousModel Testing and BacktestingNextBacktesting Framework

Last updated 2 months ago

5.1 Testing Methodology

5.1.1 Out-of-Sample Validation

We implemented a leave-one-out cross-validation approach across annual periods from 2022 to 2024. For each test year, the model ensemble was trained on the remaining two years, ensuring complete separation between training and testing data.

The process can be formalized as follows:

This methodology ensures that each prediction used in our backtesting analysis is genuinely out-of-sample, while maximizing the utilization of available training data.