What good book apart from Advances in Financial Machine Learning actually talks in-depth on feature engineering for stock trading?
u/kekst1 ·
Reddit — r/algotrading
· March 15, 2026 at 19:58
· ⬆ 16 pts
· 💬 6 comments
| View on Reddit ↗
AI Summary
Summary
The author is developing a machine learning model for cross-sectional stock ranking, aiming to outperform a market index. The core challenge identified is feature engineering: finding, validating, and normalizing predictive signals for the model.
The author is seeking high-quality academic or practical resources (books, papers) on feature engineering for quantitative finance, beyond the well-known "Advances in Financial Machine Learning" by de Prado.
Quality assessment: This is a technical inquiry about methodology, not investment due diligence (DD). It is noise from a direct trade signal perspective but provides insight into the challenges faced by sophisticated quantitative traders.
Score16
Comments6
Upvote %94%
▶ Full Post Text
Hello guys,
I am currently working on an ML model to do cross-sectional stock ranking and hopefully outperform the index with it! One of the main pain points rn is feature engineering. How to find good features, how to validate them, how to normalize them etc. Since I am using a computationally heavy foundational transformer model i cant just try everything out as I sadly dont have a rack of B200 lying around.
Advances in Financial Machine Learning by Marcos López de Prado was a great read and actually helped me a lot. However most other books around ML for Finance seem either low quality, too theoretic (how to build a model from scratch), too practical (Learn to code with python 101) or simply dont talk about the actual difficult parts.
Do you guys have book or paper recommendations?