What problem does it solve?
This Skill addresses the complexity of building reliable, leak-free machine learning trading strategies by providing a standardized, production-ready pipeline for feature engineering and walk-forward model training.
Core Features & Use Cases
- Automated Feature Engineering: Automatically generates multi-dimensional factors like RSI, Bollinger Bands, and momentum indicators from raw OHLCV data with built-in sanitization.
- Walk-Forward Validation: Implements rigorous expanding or sliding window training to prevent future data leakage and ensure model robustness.
- Use Case: A quantitative researcher can use this to quickly prototype and deploy a predictive model that generates buy/sell signals based on historical market trends without manually coding complex data validation or training loops.
Quick Start
Use the ml-strategy skill to generate trading signals for the provided OHLCV data using the random forest model.