-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add BinningAlgorithm algo type #166
Comments
I think I can take a look at this, maybe together with @VasylHafych, to harmonize our efforts from marginal mode and plotting in this new type. |
Thanks! We can split |
Ok, so just to make sure I understand what you propose: We will add a |
Yes, that's the idea. To make life more comfortable for the users, we should define |
We currently handle choice of default binning differently in
bat_marginalmode
andbat_marginalize
. We should addBinningAlgorithm
as a new super-type for auto-binning algorithms (and also offer user-specified fixed binning).The text was updated successfully, but these errors were encountered: