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

proper get_prediction function for online inference #99

Open
Anna280 opened this issue Aug 10, 2023 · 1 comment
Open

proper get_prediction function for online inference #99

Anna280 opened this issue Aug 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Anna280
Copy link
Collaborator

Anna280 commented Aug 10, 2023

initial/ first predictions from binary children should be drawn from the parents whose predictions comes from parents ect.

Current agnostic solution (mainly concerned categorical HGF) is to initialize the prediction in the binary state nodes. Therefore, parents initial predictions need to be equal.

@LegrandNico LegrandNico added the bug Something isn't working label Sep 13, 2023
@LegrandNico
Copy link
Collaborator

On way would be to copy the entire node structure and run a blank prediction step on that one without saving.

@LegrandNico LegrandNico changed the title get_prediction() function proper get_prediction function for online inference Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants