Skip to content
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

Allow post_processing to happen either before or after reverse_one_hot_encoding #493

Closed
sarthakpati opened this issue Sep 11, 2022 · 0 comments · Fixed by #494
Closed

Allow post_processing to happen either before or after reverse_one_hot_encoding #493

sarthakpati opened this issue Sep 11, 2022 · 0 comments · Fixed by #494
Assignees
Labels
enhancement New feature or request

Comments

@sarthakpati
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, all post processing is done after reverse_one_hot_encoding, but there are a lot of applications that work before this step (e.g., fill holes can work for both, and so can connected components).

Describe the solution you'd like
Allow a mechanism for post processing algorithm developers to specify at which stage they want their method to be called.

Describe alternatives you've considered
N.A.

Additional context
We can expose this logic to the users fairly easily, but since that is not needed ATM, I will leave comments in the code about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant