infrence error #470
-
Hello I created some simple baysian network ; training works well but inference to get some results is not - what am I doing wrong - below complete working example - just need to change path I attach example data
error
|
Beta Was this translation helpful? Give feedback.
Answered by
jakubMitura14
May 26, 2025
Replies: 1 comment
-
Ok I resolved error just in infrence for evaluation (pred_result = infer()... ) avoid using init as cpts are added ; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
albertpod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I resolved error just in infrence for evaluation (pred_result = infer()... ) avoid using init as cpts are added ;
and wrap each cpt with mean(last( cpt .. ))