pgmpy / pgmpy

Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.

Home Page:https://pgmpy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to simulate missing data

ankurankan opened this issue · comments

Introduce an option in BayesianNetwork.simulate that allows for the simulation of data with certain values missing, including the ability to define the scheme for such missingness.