tjhznb666 / Predicting-future-customer-credit-risk-based-on-machine-learning-algorithmView on GitHub
利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数;利用准确率、KS值、ROC曲线、AUC值以及lift曲线进行模型评估。
☆37Jun 8, 2022Updated 4 years ago
Alternatives and similar repositories for Predicting-future-customer-credit-risk-based-on-machine-learning-algorithm
Users that are interested in Predicting-future-customer-credit-risk-based-on-machine-learning-algorithm are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于机器学习的信用风险评估模型,主要使用了Sklearn库,通过逻辑回归,向量机等模型,根据借款人的个人身份信息评估是否应当发放贷款。☆20Jun 5, 2022Updated 4 years ago
- 常用的特征选择方法☆67Jul 4, 2022Updated 4 years ago
- 数据预处理过程(属性选择, 异常值处理, 归一化, 标准化等)☆69Jul 25, 2020Updated 5 years ago
- 使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析☆50Mar 21, 2019Updated 7 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆13Mar 15, 2024Updated 2 years ago
- 常见的数据预处理,包括数据加载、缺失值&异常值处理、描述性变量转换为数值型、训练测试集划分、数据规范化☆48Sep 19, 2023Updated 2 years ago
- A lightweight MQTT broker w/ full spec,Clustering,WebSocket,SSL written in Java☆26Nov 17, 2016Updated 9 years ago
- type into the url in blooket: javascript:(() => {/***************************************************************************************…☆10Mar 1, 2022Updated 4 years ago
- 数据预处理之缺失值处理,特征选择☆23Apr 3, 2019Updated 7 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆37Nov 5, 2017Updated 8 years ago
- 基于遗传算法的特征选择☆129Dec 17, 2019Updated 6 years ago
- Personalized knowledge graph summarization based on historical queries☆14Jun 17, 2020Updated 6 years ago
- This study proposes a novel PG-MLIF framework, that employs deep learning, for integrating pathological images and genomic data. The code…☆11Jun 28, 2024Updated 2 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 百度企业网盘SDK☆30May 12, 2022Updated 4 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Feb 20, 2019Updated 7 years ago
- Enhancing Complex Question Answering over Knowledge Graphs through Evidence Pattern Retrieval, WWW 2024☆15Oct 22, 2024Updated last year
- numpy实现常用的的机器学习库,分类模型实现:KNN,LDA,LR,Decision Tree(ID3,C4.5,CART),RF,perception,SVM,Neural network,GBDT,Xgboost,Adaboost;回归模型实现 :LASSO,Ridg…☆24Feb 19, 2022Updated 4 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆119Sep 29, 2020Updated 5 years ago
- ☆11Jun 21, 2022Updated 4 years ago
- Create a noop process and get the PID☆14Aug 10, 2021Updated 4 years ago
- Coinbase tag and coinbase output address based mining-pool identification for rust-bitcoin's bitcoin::{Block, Transaction}☆12Jan 22, 2026Updated 5 months ago
- VAP-Diffusion: Enriching Descriptions with MLLMs for Enhanced Medical Image Generation☆12Apr 11, 2026Updated 3 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆13Dec 10, 2023Updated 2 years ago
- Visual tool written in C++/QT5 wich helps designing sql databases☆13Mar 24, 2020Updated 6 years ago
- Error detection in Knowledge Graphs: Path Ranking, Embeddings or both?☆12Jan 26, 2020Updated 6 years ago
- Assignments for Stanford CS224n (Winter 2017)☆13Jan 31, 2018Updated 8 years ago
- Data Augmentation for Supervised Graph Outlier Detection with Latent Diffusion Models☆15Sep 3, 2025Updated 10 months ago
- 基于MPAndroidChart的专业股票图,如分时图和K线图☆11Sep 28, 2023Updated 2 years ago
- ☆20Nov 20, 2024Updated last year
- (Python/Java)爬虫 + Redis + MySQL实现股票的历史数据查询, 降价通知, 下跌预警, 可视化等功能☆24Dec 2, 2020Updated 5 years ago
- 利用爬虫获取58同城的二手房信息,选取特征并对数据进行预处理,利用机器学习算法给出不同地段的租房推荐。☆14Jul 17, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- An address component tagger based on statistical natural language processing techniques☆11Apr 17, 2014Updated 12 years ago
- ☆16Feb 5, 2024Updated 2 years ago
- 自己总结的机器学习的算法与相应的程序☆20Dec 25, 2018Updated 7 years ago
- Python实现人脸对比,活体检测☆10Jun 27, 2020Updated 6 years ago
- 深度学习入门2:自制框架-随书代码☆40May 27, 2024Updated 2 years ago
- 股票交易数据处理的整个业务流程 数据源--->数据采集--->数据归类--->数据储存--->数据分析--->数据可视化☆31Nov 23, 2016Updated 9 years ago
- 适用于低压伺服电机改装成高速主轴用驱动☆11Jul 28, 2023Updated 2 years ago