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

Support models which produce [co]-variance estimates #53

Open
4 tasks
WardLT opened this issue Jun 19, 2023 · 0 comments
Open
4 tasks

Support models which produce [co]-variance estimates #53

WardLT opened this issue Jun 19, 2023 · 0 comments

Comments

@WardLT
Copy link
Collaborator

WardLT commented Jun 19, 2023

We should add supports for algorithms which generate both prediction means and uncertainties (e.g., GPR)

Our selection algorithms operate on samples from the prediction distribution. The easiest way to integrate ML models which produce their own prediction distribution is to draw samples from them. To do so, we must:

  • Provide an option to generate samples from the means in the Scorer
  • Allow the Thinker to recognize when the Scorer has generated multiple samples for a single model
  • Support the generation of multiple samples in the RDKit scorer (at least)
  • Implement an example
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