Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bayesian network, DAG
#1
Hi!

I have a big medical database(.csv) with apr. 15 variable. All variables can be non-measured, normal, or abnormal. A row shows a patient's measures, usually not a lot of the 15 things (Iron, CRP, Albumin...) are measured.

My task would be to find the dependencies between the variables. As far I know it is called Bayesian Network, but not sure. I need the DAG (directed acyclic graph) to visualize the dependencies. Do you know how should I do this? I've been looking for tutorials or anyone who has ever done this but nothing so far.

The easiest way to use Python libraries I guess.

Ty for help
Reply
#2
some existing packages: https://pypi.org/search/?q=%27Bayesian+Network%27&o=
DAG: https://scholar.google.com/scholar?q=dir...i=scholart
https://pypi.org/project/networkx/
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020