决策树分类算法在银行个人信用评级中的应用.pdf
2022-07-09 19:09:00 3.61MB 文档资料
网络上搜集的一些python信用评分卡代码,供大家参考,谢谢! 评分卡是信用风险评估和互联网金融领域常用的建模方法,并不简单对应于某种机器学习算法,而是一种通用建模框架。其原理是先将分箱后的原始数据进行特征工程变换,再使用线性模型建模。 评分卡建模理论通常适用于信用评估领域,例如信用卡风险评估和贷款发放业务。在其它领域,评分卡建模也可以作为分数评估,例如客服质量打分和芝麻信用打分。
2022-07-05 17:05:08 29KB python 评分卡 数据挖掘
1
机构信用代码管理系统操作说明V1.0[资料]
2022-07-03 14:04:55 1.19MB 文档资料
【2015年】电力客户信用风险管理系统成功案例
2022-07-01 21:07:21 43KB 文档资料
自定义View之仿支付宝芝麻信用分仪表盘效果,喜欢的话,请给个star,谢谢.使用添加项目依赖Add it in your root build.gradle at the end of repositories: allprojects {         repositories { ... maven { url "https://jitpack.io" }         }     } Add the dependency     dependencies {             compile 'com.github.HotBitmapGG:CreditSesameRingView:V1.0.2' }新版芝麻信用分使用     // The gradient color can define your own private final int[] mColors = new int[]{             0xFFFF80AB,             0xFFFF4081,             0xFFFF5177,             0xFFFF7997              }; // Set up the need to score mLayout = (RelativeLayout) view.findViewById(R.id.layout);       mButton = (Button) view.findViewById(R.id.btn);       newCreditSesameView = (NewCreditSesameView) view.findViewById(R.id.sesame_view);       mLayout.setBackgroundColor(mColors[0]);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)            {                newCreditSesameView.setSesameValues(639);                startColorChangeAnim();            }       }); // The background color gradient animation Simply illustrates the effect Can customize according to your need public void startColorChangeAnim()      { ObjectAnimator animator = ObjectAnimator.ofInt(mLayout, "backgroundColor", mColors);          animator.setDuration(3000);          animator.setEvaluator(new ArgbEvaluator());          animator.start();      }旧版芝麻信用分使用      // Set up the need to score oldCreditSesameView = (OldCreditSesameView) view.findViewById(R.id.sesame_view);       mButton = (Button) view.findViewById(R.id.btn);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)           {               oldCreditSesameView.setSesameValues(639);           }       });
2022-06-30 14:40:09 3.83MB 开源项目
1
人工智能-基于BP神经网络的矿山企业信用问题研究.pdf
2022-06-27 19:10:26 1.77MB 人工智能-基于BP神经网络的矿山
人工智能-基于BP神经网络的小额信贷信用风险评估研究.pdf
2022-06-24 16:05:49 835KB 人工智能-基于BP神经网络的小额
人工智能-基于BP神经网络的信用卡审批系统的设计与实现.pdf
2022-06-24 16:05:48 4.07MB 人工智能-基于BP神经网络的信用
数据库 单位统一社会信用校验函数 经测试非常好使 已经改良 直接在sql中可以调用 正确返回1 错误返回0
2022-06-23 14:02:00 4KB oracle 社会信用代码 函数 验证
1
统一社会信用代码校验java代码写的,是一个老前辈给的校验规则,我手动用代码实现了,试了适用正常的税号。
2022-06-23 14:01:19 2KB 税号校验 java
1