Kernel-based Approach to Handle Mixed Data for Inferring Causal Graphs
Teny Handhayani, James Cussens

TL;DR
This paper introduces a kernel-based method to handle mixed data types for causal graph inference, enabling the use of existing algorithms like PC and FCI on diverse datasets.
Contribution
It proposes using kernel functions and Kernel Alignment to convert mixed data into a form suitable for causal inference algorithms, a novel approach for handling heterogeneous data types.
Findings
Successfully applied to mixed data with categorical, binary, ordinal, and continuous variables.
Enables existing causal algorithms to work with diverse data types without extensive modifications.
Provides a flexible framework for causal inference in complex datasets.
Abstract
Causal learning is a beneficial approach to analyze the cause and effect relationships among variables in a dataset. A causal graph can be generated from a dataset using a particular causal algorithm, for instance, the PC algorithm or Fast Causal Inference (FCI). Generating a causal graph from a dataset that contains different data types (mixed data) is not trivial. This research offers an easy way to handle the mixed data so that it can be used to learn causal graphs using the existing application of the PC algorithm and FCI. This research proposes using kernel functions and Kernel Alignment to handle mixed data. Two main steps of this approach are computing a kernel matrix for each variable and calculating a pseudo-correlation matrix using Kernel Alignment. Kernel Alignment is used as a substitute for the correlation matrix for the conditional independence test for Gaussian data in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Multi-Criteria Decision Making · Data Quality and Management
MethodsTest · pc · Causal inference
