We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per @Douglasmsw, let's test weighting the model errors by time, such that the errors of more recent sales are larger. This should be accomplishable with the weights parameter built into LightGBM (though it might be a bit faffy). There's also a weights argument built into Lightsnip: https://github.com/ccao-data/lightsnip/blob/master/R/lightgbm.R#L135
weights
As a first pass, let's try simply weighting all post-2020 sales with a fixed constant. If that works (i.e. the predicted values change) we can then:
The text was updated successfully, but these errors were encountered:
jeancochrane
dfsnow
No branches or pull requests
Per @Douglasmsw, let's test weighting the model errors by time, such that the errors of more recent sales are larger. This should be accomplishable with the
weights
parameter built into LightGBM (though it might be a bit faffy). There's also a weights argument built into Lightsnip: https://github.com/ccao-data/lightsnip/blob/master/R/lightgbm.R#L135As a first pass, let's try simply weighting all post-2020 sales with a fixed constant. If that works (i.e. the predicted values change) we can then:
The text was updated successfully, but these errors were encountered: