We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_residuals
Create method to get the dataset with residuals
Convenient way to get residuals for further analysis
def get_residuals( forecast_df: pd.DataFrame, ts: "TSDataset" ) -> TSDataset
Where: forecast_df - forecasts from backtest ts - dataset that was used for backtest
Should return TSDataset with the residuals
plot_residuals
No response
The text was updated successfully, but these errors were encountered:
Mr-Geekman
Successfully merging a pull request may close this issue.
🚀 Feature Request
Create method to get the dataset with residuals
Motivation
Convenient way to get residuals for further analysis
Proposal
Where:
forecast_df - forecasts from backtest
ts - dataset that was used for backtest
Should return TSDataset with the residuals
plot_residuals
useget_residuals
insideTest cases
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: