report_datasheet {mlr3fairness} | R Documentation |
Create a Datasheet for Documenting a Dataset
Description
Creates a new rmarkdown template with a skeleton questionnaire for dataset documentation. Uses the awesome markdown template created by Chris Garbin from Github.
Usage
report_datasheet(filename = "datasheet.Rmd", edit = FALSE, build = FALSE)
Arguments
filename |
( |
edit |
( |
build |
( |
Value
Invisibly returns the path to the newly created file(s).
References
Gebru, Timnit, Morgenstern, Jamie, Vecchione, Briana, Vaughan, Wortman J, Wallach, Hanna, III D, Hal, Crawford, Kate (2018). “Datasheets for datasets.” arXiv preprint arXiv:1803.09010.
See Also
Other fairness_reports:
report_fairness()
,
report_modelcard()
Examples
report_file = tempfile()
report_datasheet(report_file)
[Package mlr3fairness version 0.3.2 Index]