mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
78b9b702cc
KronosPredictor.predict() requires x_timestamp and y_timestamp to be pandas Series of datetime values for its calc_time_stamps() helper. Previously we passed integer ranges (after reset_index), which raised AttributeError on .dt.minute. Fixed by extracting datetime index values before resetting and using future_idx for y_timestamp. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>