scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
479 stars 106 forks source link

Bayesian Network #172

Closed jayahm closed 4 years ago

jayahm commented 4 years ago

How do I implement Bayesian Network since it not available in scikit learn?

Menelau commented 4 years ago

@jayahm Hello,

Sorry for the late response. Unfortunately this library is focused only on ensemble models (more specifically on dynamic ensembles). So, Bayesian Networks is not on the scope of this library.

There are other python libraries with implementation of Bayesian Network that you should try: