Machine Learning for Trading¶
Applying ML to market data — where it helps, where it overfits, and how to tell the difference.
Difficulty intermediate
Reading order¶
- Feature Engineering — the most important step
- Model Selection — linear, tree, neural; bias-variance
- Backtesting Frameworks — purged k-fold, walk-forward
- NLP and Sentiment — text-derived alpha
- Reinforcement Learning — sequential decision-making
What you should walk away with¶
- A healthy skepticism of any ML-trading claim that doesn't show out-of-sample evidence.
- A reproducible pipeline from raw data to live signals.
- A view on which trading problems ML is actually well-suited to.