Clarify period parameter and automatic label lagging in time series forecasting#1495
Conversation
…bel lagging Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>
Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>
thinkall
left a comment
There was a problem hiding this comment.
@copilot , add something like "horizon (period in the code) means the future prediction window length during training. In prediction stage, the output lenght is equal to the length of X_test." in proper docs to avoid confusion.
Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>
Added clarification in commit 72a0895. Updated both the website documentation and API docstrings to specify that |
Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>
|
@copilot , run |
Co-authored-by: thinkall <3197038+thinkall@users.noreply.github.com>
Documentation Improvement for Time Series Forecasting - COMPLETE ✅
Problem Statement
User confusion about:
periodparameter in time series forecastingperiodand prediction output lengthChanges Made
Latest Update - Formatting fixes:
Previous Updates:
periodparameterSummary of Documentation
1. Website Documentation (AutoML-Time series forecast.md)
periodparameter (horizon) = forecast horizon (# of future time steps model is trained to predict)2. API Documentation (automl.py)
periodparameter with prediction stage clarification3. Internal Code Documentation (sklearn.py)
Key Points Now Documented
period= forecast horizon used during model trainingOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.