dkesada / dbnR

Gaussian dynamic Bayesian networks structure learning and inference based on the bnlearn package
GNU General Public License v3.0
44 stars 10 forks source link

added boostrapping to dmmhc method. #25

Closed prashasti19075 closed 11 months ago

prashasti19075 commented 1 year ago

Applied Bootstrapping Method to the dmmhc() algorithm by creating a bootstrapped net instead of One Time. Several checks can be added for this case to ensure smooth functioning, and we can work on that. We need a review of the bootstrapping implementation first. Please let me know in case you need additional clarification.

dkesada commented 1 year ago

Hi! I've looked into the pull request a bit, but at the moment I'm so busy with work that I forgot to get back to you. I have some comments on it:

All in all, the use of bootstrapping for the dmmhc algorithm is an interesting proposal, but it can end up having more complications that it's worth it as a general purpose method. Maybe it would be ok to have it available in case the user knows what they are doing, but at the moment I do not have the time to further look into it. In case you need this functionallity for some of your research, you can always point users to your forked version of dbnR that has the bootstrapped dmmhc method.