-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conformal bootstrap model #76
Conversation
…odel and partial counties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! 👋🏻 So, I'm sick 🤧 and don't have much functioning brain power, but I still wanted to give this a first pass and round of comments/questions. In general I think this is really cool 😄 🎉 but since it's so many changes, I'd like to look over it again, especially once some of my initial questions have been answered. Thanks! 🙌🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more questions 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! 🎉
Description
This is a work in progress PR for the new bootstrap election model. This should hopefully start the code review process,
Things that still need happen:
here are a few changes in the data handlers that will be superseded by the Estimandizer and I'll make sure to replace the code.continue adding unit testsmerging new OLS/QR from elex-solverFinalize last model decisionsI would recommend reading the code to try and understand the new model alongside the technical walkthrough posted on the insights channel.
Jira Ticket
https://arcpublishing.atlassian.net/browse/ELEX-2677
Test Steps
Make sure you're on the corresponding branch in elex-solver, so in that repo do:
Then in the elex-model repo after checking out this branch:
This should also work from the
bootstrap_model_testbed
branch in the testbed repo.