Report¶
风控报告模板函数 —— 消费建模产物(CSV / PNG),组装最终 Excel。
报告函数集合 — Report_Tool¶
Report_Tool
¶
single_model_perf
¶
Put Single Model Performance Summary.
源代码位于: Report/Report_Tool.py
write_var_info
¶
Write Var Information Table.
源代码位于: Report/Report_Tool.py
plot_woe
¶
plot_woe(em, ws, var, woe_bins, x_col, spec_missing_value=-99999, chart_size=(20, 5), var_name='var_name', description='', skipby='row')
Plot WOE Table.
源代码位于: Report/Report_Tool.py
get_woe_plot_report
¶
Generate Plots for WOE BINS in Excel.
源代码位于: Report/Report_Tool.py
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | |
get_woe_plot_report_new
¶
Generate Plots for WOE BINS in Excel.
源代码位于: Report/Report_Tool.py
get_multi_model_perf_report
¶
Create Multi-models Evaluation Report.
源代码位于: Report/Report_Tool.py
get_multi_model_varimp
¶
Varimp for Multi Model Evaluation.
源代码位于: Report/Report_Tool.py
get_fnl_model_report
¶
Create Final Model Performance Report.
源代码位于: Report/Report_Tool.py
get_model_varimp
¶
Varimp for Multi Model Evaluation.