report_modelcard | R Documentation |
Creates a new rmarkdown template with a skeleton questionnaire for a model card. Uses the awesome markdown template created by Chris Garbin from Github.
report_modelcard(filename = "modelcard.Rmd", edit = FALSE, build = FALSE)
filename |
( |
edit |
( |
build |
( |
Invisibly returns the path to the newly created file(s).
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.
Other fairness_reports:
report_datasheet()
,
report_fairness()
report_file = tempfile()
report_modelcard(report_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.