bmihaljevic / bnclassify

Learning Discrete Bayesian Network Classifiers from Data
18 stars 10 forks source link

Implement multinet #34

Open bmihaljevic opened 4 years ago

bmihaljevic commented 4 years ago

Allow for maximizing BIC/AIC and not just loglik. Perhaps combine with arbitrary structure search algorithms for each net.

bmihaljevic commented 4 years ago

We need an 'bnc_ensemble' class to generalize both AODE and multinet. Need to update the models() function. Implement and test both complete and incomplete prediction with multinet. Then add it to the documentation.