-
Notifications
You must be signed in to change notification settings - Fork 11
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
213 forces uncertainty selection broken #215
Conversation
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.
Looks good! I have a few comments to be addressed before merging.
I included all your comments. I also had to finde some abstractions because there where to many if statements in the function. |
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.
Small comment, if this one is resolved we can merge.
This PR fixes the forces uncertainty selection.
The
ThresholdSelection
now gets a new keyworddim_reduction
where you can choose how you want do reduce the dimensionallety (mean
ormax
) and along which axes you want to reduce the uncertainty. With that it is also more flexible for future uncertainty measures.