-
Notifications
You must be signed in to change notification settings - Fork 0
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
ELEX-3031: Potential Voterflow Solvers #17
Conversation
…un and also to inherit from TransitionSolver
…rformed before the cvxpy solver
…he EI solver and also experimenting with different sampler options there
…centages to sum to 1 at the unit-level
…ing_chains argument is an int
…out to change (also squashes warning)
…ELEX-3031-voterflow-models
…ts are available for 3.10
…rrent version of pytensor
Hi @lennybronner 👋🏻 Alright, I think this is officially ready for review! Looking forward to addressing all your questions/comments/concerns 😄 🎉 In particular, please take a look at how I implemented weighting in the matrix solver. I'm curious if I got something wrong there and that's why we're having problems with weighting + stratifying 🤔 Thanks!! |
…living in the ELEX-3830 branch
…untimeError and raise the exception
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.
This looks great! I left some small notes/questions.
…ented anywhere yet
…ver to elex-voterflow-model
…self._betas', renaming 'weights' to 'sample_weight' to be consistent with sklearn
…itionSolver/TransitionMatrixSolver
… transition solvers 🎉
Hi @lennybronner I removed the requirement of everything having to be integers here and updated the unit tests 🎉 Let me know what you think and I'll make sure |
Description
This PR provides
threeone potential transition solver and a base class 🎉Work on bootstrapping the matrix solver is still in-progress and can be found in this branch.
The EI solver is now the EI model and is part of elex-voterflow-model, where it is still a subclass of
TransitionSolver
.Jira Ticket
ELEX-3031
Test Steps
tox
!