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

Implement post-processing: smooth data #15

Open
dfsp-spirit opened this issue Nov 9, 2022 · 0 comments
Open

Implement post-processing: smooth data #15

dfsp-spirit opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@dfsp-spirit
Copy link
Owner

Maybe we can improve our predictions by applying a post-processing. Once all values for a mesh are know, some smoothing could actually be beneficial.

This would require the ability to perform smoothing of per-vertex data on the meshes, which may be slow in Python. But we could call into C++ for that, like in the haze package for R.

@dfsp-spirit dfsp-spirit added enhancement New feature or request question Further information is requested labels Nov 9, 2022
@dfsp-spirit dfsp-spirit self-assigned this Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant