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

Implementation needed for computing a custom target quantity #34

Open
florence-bockting opened this issue Jan 15, 2025 · 0 comments
Open
Labels
NotYetImplemented Function/Method hasn't been implemented yet.

Comments

@florence-bockting
Copy link
Owner

In the function for specifying your target quantities el.target, the possibility to specify a custom target quantity using the target_method argument is not yet implemented:

el.target(
            name="custom_target",
            target_method=custom_func(user_arg, **kwargs), # this function hasn't been implemented yet
            query=el.queries.quantile((25, 50, 75)),
            loss=el.losses.MMD2(kernel="energy"),
            weight=1.0
        )

Note that we need to differentiate between function arguments that are set by the user and those that come from previous workflow steps (e.g. output of the generative model).

@florence-bockting florence-bockting added the NotYetImplemented Function/Method hasn't been implemented yet. label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NotYetImplemented Function/Method hasn't been implemented yet.
Projects
None yet
Development

No branches or pull requests

1 participant