-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Test the effects of a random noise vector in the model #272
Comments
@dfsnow We are also probably going to have a decent number of comparisons / test etc. Do we want to have some set parameters or a baseline to test these things against throughout the modeling season? |
For something like this issue, I think it's sufficient to just post findings in the issue comments (including any supporting tables and plots). No need for separate analyses.
We'll run a baseline model as soon as #263 is merged. We can use that for comparison for now (until we have 2024 data). |
Adding a random vector of noise was actually pretty useful! It didn't alter the global performance statistics, but it did introduce some instability in individual predictions that helped us debug. Adding random noise caused a few predictions to flip between very low ($100K) and very high ($10M) values. |
Following up on discussions in the office, we should test the perturbation effect of a vector of random noise in the model. Specifically, we should look at feature importance and the stability of estimates.
The text was updated successfully, but these errors were encountered: