report_modelcard {mlr3fairness} | R Documentation |
Create a Modelcard
Description
Creates a new rmarkdown template with a skeleton questionnaire for a model card. Uses the awesome markdown template created by Chris Garbin from Github.
Usage
report_modelcard(filename = "modelcard.Rmd", edit = FALSE, build = FALSE)
Arguments
filename |
( |
edit |
( |
build |
( |
Value
Invisibly returns the path to the newly created file(s).
References
Mitchell, Margaret, Wu, Simone, Zaldivar, Andrew, Barnes, Parker, Vasserman, Lucy, Hutchinson, Ben, Spitzer, Elena, Raji, Deborah I, Gebru, Timnit (2019). “Model cards for model reporting.” In Proceedings of the conference on fairness, accountability, and transparency, 220–229.
See Also
Other fairness_reports:
report_datasheet()
,
report_fairness()
Examples
report_file = tempfile()
report_modelcard(report_file)
[Package mlr3fairness version 0.3.2 Index]