Learn R Programming

bnRep (version 0.0.3)

ricci: ricci Bayesian Network

Description

A survey on datasets for fairness-aware machine learning.

Arguments

Value

An object of class bn.fit. Refer to the documentation of bnlearn for details.

Format

A discrete Bayesian network modeling the results of a promotion exam within a fire department. The DAG was taken from the referenced paper and the probabilities learned from the associated dataset (the variable Promoted was constructed manually). The vertices are:

Combine

The combined score (<70, >=70);

Oral

The oral exam schore (<70, >=70);

Position

The desired promotion (Lieutenant, Captain);

Promoted

Whether an individual obtains a promotion (FALSE, TRUE);

Race

(White, Non-White);

Written

The written exam score (<70, >=70);

References

Le Quy, T., Roy, A., Iosifidis, V., Zhang, W., & Ntoutsi, E. (2022). A survey on datasets for fairness-aware machine learning. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 12(3), e1452.