Replies: 1 comment
-
Hi @pgr-me , you found it ! :-) ... And one more thing : you can check the state of a learner by printing it ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After looking over the code and reading two of the papers on aGrUM / pyAgrum, I'm not sure which structure learning algorithm is used by pyAgrum.BNLearner. The paper aGrUM: A Graphical Universal model framework indicates "greedy hill climbing, local search with tabu list and K2".
...After reviewing the code, it looks like the above algorithms are in the BN/learning folder.
...And tracing the code back, there is a block of code that allows the user to select an algorithm: K2, GREEDY_HILL_CLIMBING, LOCAL_SEARCH_WITH_TABU_LIST, MICC.
Ah - I found where to specify the learning algorithm.
I think I'm good!
Beta Was this translation helpful? Give feedback.
All reactions