View source: R/report_helper.R
generate_descr_report_text_na | R Documentation |
Function for creating na text part of descriptive report
generate_descr_report_text_na( feature, imp_tbl, task_obj, na_threshold = NULL, imp_threshold = NULL )
feature |
name of the feature |
imp_tbl |
table of the calculated importance |
task_obj |
current task object |
na_threshold |
to control the threshold for when a feature has many NAs. If NULL it uses app settings. |
imp_threshold |
to control the threshold for when a feature is important. If NULL it uses app settings. |
returns string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.