·datanalysis-credit-risk
</>

datanalysis-credit-risk

用于贷前建模的信用风险数据清理和变量筛选管道。在处理建模前需要质量评估、缺失值分析或变量选择的原始信用数据时使用。它涵盖了数据加载和格式化、异常周期过滤、缺失率计算、高缺失变量去除、低IV变量过滤、高PSI变量去除、Null Importance去噪、高相关变量去除和清理报告生成。适用场景有信用风险数据清洗、变量筛选、贷前建模预处理。

5.0K安装·24热度·@github

安装

$npx skills add https://github.com/github/awesome-copilot --skill datanalysis-credit-risk

如何安装 datanalysis-credit-risk

通过命令行快速安装 datanalysis-credit-risk AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/github/awesome-copilot --skill datanalysis-credit-risk
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:github/awesome-copilot。

SKILL.md

查看原文

The data cleaning pipeline consists of the following 11 steps, each executed independently without deleting the original data:

| getdataset() | Load and format data | references.func | | organalysis() | Organization sample analysis | references.func | | missingcheck() | Calculate missing rate | references.func | | dropabnormalym() | Filter abnormal months | references.analysis | | drophighmissfeatures() | Drop high missing rate features | references.analysis |

| droplowivfeatures() | Drop low IV features | references.analysis | | drophighpsifeatures() | Drop high PSI features | references.analysis | | drophighnoisefeatures() | Null Importance denoising | references.analysis | | drophighcorrfeatures() | Drop high correlation features | references.analysis |

用于贷前建模的信用风险数据清理和变量筛选管道。在处理建模前需要质量评估、缺失值分析或变量选择的原始信用数据时使用。它涵盖了数据加载和格式化、异常周期过滤、缺失率计算、高缺失变量去除、低IV变量过滤、高PSI变量去除、Null Importance去噪、高相关变量去除和清理报告生成。适用场景有信用风险数据清洗、变量筛选、贷前建模预处理。 来源:github/awesome-copilot。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/github/awesome-copilot --skill datanalysis-credit-risk
分类
</>开发工具
认证
收录时间
2026-03-02
更新时间
2026-03-10

Browse more skills from github/awesome-copilot

快速解答

什么是 datanalysis-credit-risk?

用于贷前建模的信用风险数据清理和变量筛选管道。在处理建模前需要质量评估、缺失值分析或变量选择的原始信用数据时使用。它涵盖了数据加载和格式化、异常周期过滤、缺失率计算、高缺失变量去除、低IV变量过滤、高PSI变量去除、Null Importance去噪、高相关变量去除和清理报告生成。适用场景有信用风险数据清洗、变量筛选、贷前建模预处理。 来源:github/awesome-copilot。

如何安装 datanalysis-credit-risk?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/github/awesome-copilot --skill datanalysis-credit-risk 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/github/awesome-copilot