# Scalable Exact Parent Sets Identification in Bayesian Networks Learning   with Apache Spark

**Authors:** Subhadeep Karan, Jaroslaw Zola

arXiv: 1705.06390 · 2019-01-09

## TL;DR

This paper presents a scalable distributed method using Apache Spark to exactly identify parent sets in Bayesian network learning, significantly improving efficiency and capacity for large datasets.

## Contribution

It introduces a novel distributed memory approach with theoretical bounds and optimized dynamic programming for scalable parent set identification in Bayesian networks.

## Key findings

- Maintains strong scalability on a 500-core Spark cluster
- Efficiently processes datasets with up to 70 variables
- Outperforms existing solutions in scalability and speed

## Abstract

In Machine Learning, the parent set identification problem is to find a set of random variables that best explain selected variable given the data and some predefined scoring function. This problem is a critical component to structure learning of Bayesian networks and Markov blankets discovery, and thus has many practical applications, ranging from fraud detection to clinical decision support. In this paper, we introduce a new distributed memory approach to the exact parent sets assignment problem. To achieve scalability, we derive theoretical bounds to constraint the search space when MDL scoring function is used, and we reorganize the underlying dynamic programming such that the computational density is increased and fine-grain synchronization is eliminated. We then design efficient realization of our approach in the Apache Spark platform. Through experimental results, we demonstrate that the method maintains strong scalability on a 500-core standalone Spark cluster, and it can be used to efficiently process data sets with 70 variables, far beyond the reach of the currently available solutions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.06390/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1705.06390/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1705.06390/full.md

---
Source: https://tomesphere.com/paper/1705.06390