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

Kernel types too specific #313

Open
odunbar opened this issue Aug 6, 2024 · 0 comments
Open

Kernel types too specific #313

odunbar opened this issue Aug 6, 2024 · 0 comments

Comments

@odunbar
Copy link
Collaborator

odunbar commented Aug 6, 2024

Issue

kernel::Union{<:Kernel, <:PyObject, Nothing}

We hope to add new GP packages via adding a new package Mypkg, struct mystruct and the mlt methods (build_models! and predict! etc)
but right now they are also constrained (needlessly ) to type.

Solution

Don't require specific kernel types in the constructor, just pass them into the wrapper.

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

No branches or pull requests

1 participant