Files
foxhunt/crates/ml/src
jgrusewski bd3b41748b feat: FoldRange + generate_walk_forward_indices -- zero-copy walk-forward
Adds index-based walk-forward that returns (start, end) ranges into
pre-loaded arrays instead of cloning bars into Vec<OHLCVBar> per fold.
Uses partition_point for O(log n) date boundary lookups.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 22:00:39 +02:00
..