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

Add a new parameterization (plus a feature extraction helper) #315

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

asross
Copy link
Contributor

@asross asross commented Jan 17, 2023

Adds the following parameterization:
image

Also:

  • adds pyqg.parameterization_types which includes all defined parameterization classes and updates the parameterization example notebook to loop through them
  • adds a helper for extracting symbolic features from pyqg.Model instances, e.g. with pyqg.FeatureExtractor(m)("mul(advected(q), laplacian(u))")

Still TODO before merging: add documentation for the feature extraction helper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant