tjhznb666 / Predicting-future-customer-credit-risk-based-on-machine-learning-algorithmView on GitHub
利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数;利用准确率、KS值、ROC曲线、AUC值以及lift曲线进行模型评估。
☆36Jun 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
- 未来杯房产租金预测算法竞赛,房产租金预测,LightGBM,XGBoost,回归,机器学习☆13Feb 13, 2021Updated 5 years ago
- 数据预处理过程(属性选择, 异常值处理, 归一化, 标准化等)☆69Jul 25, 2020Updated 6 years ago
- 自动化财务报表分析。☆16Jun 22, 2022Updated 4 years ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。☆16Apr 1, 2022Updated 4 years ago
- Diff-SFCT: A Diffusion Model with Spatial-Frequency Cross Transformer for Medical Image Segmentation☆10Apr 15, 2024Updated 2 years ago
- 常见的数据预处理,包括数据加载、缺失值&异常值处理、描述性变量转换为数 值型、训练测试集划分、数据规范化☆48Sep 19, 2023Updated 2 years ago
- 病理图像分割,Semantic Segmentation of Pathological Images☆11Oct 3, 2023Updated 2 years ago
- A lightweight MQTT broker w/ full spec,Clustering,WebSocket,SSL written in Java☆26Nov 17, 2016Updated 9 years ago
- Everything learned for medical AI, especially medical imaging such as CT, MRI, PET, and PET/CT, PET/MRI during my PhD study.☆15Nov 13, 2018Updated 7 years ago
- type into the url in blooket: javascript:(() => {/***************************************************************************************…☆10Mar 1, 2022Updated 4 years ago
- PyTorch model for the Generalized Probabilistic U-Net. For more details see: https://www.melba-journal.org/papers/2023:005.html☆16Mar 13, 2024Updated 2 years ago
- 半自动生成财务分析报告☆33Jun 12, 2026Updated 2 months ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Medical Image Segmentation Method Based on Swin Transformer with Diffusion Probabilistic Model☆16Feb 25, 2024Updated 2 years ago
- [Official Repo: TCBB 2023] SGDA: Towards 3D Universal Pulmonary Nodule Detection via Slice Grouped Domain Attention☆18Aug 26, 2023Updated 3 years ago
- 复现论文:TRANSFORMER-BASED MULTIMODAL FUSION FOR EARLY DIAGNOSIS OF ALZHEIMER’S DISEASE USING STRUCTURAL MRI AND PET☆12Jan 3, 2024Updated 2 years ago
- 使用多目标免疫遗传算法计算较简化海上救援选址问题 / Using multi-objective immune genetic algorithm to calculate a simplified maritime rescue location problem☆20Dec 28, 2023Updated 2 years ago
- 一个利用ANN(人工神经网络)和GA(遗传算法)实现污水排放溯源的个人项目。☆17Oct 30, 2020Updated 5 years ago
- 数据预处理之缺失值处理,特征选择☆23Apr 3, 2019Updated 7 years ago
- Code accompanying the paper "Multimodal fusion of imaging and genomics for lung cancer recurrence prediction" - Vaishnavi Subramanian, Mi…☆18May 31, 2020Updated 6 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆37Nov 5, 2017Updated 8 years ago
- 机器学习大作业支撑代码:SVM、随机森林、深度学习☆13Sep 29, 2020Updated 5 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- Personalized knowledge graph summarization based on historical queries☆14Jun 17, 2020Updated 6 years ago
- The official implement of paper CriDiff: Criss-cross Injection Diffusion Framework via Generative Pre-train for Prostate Segmentation.☆18Apr 15, 2025Updated last year
- 2022年CUMCM数学建模国赛比赛C题代码、建模、论文思路分享☆22Jun 16, 2023Updated 3 years ago
- CP-ABE测试加解密操作和密钥生成操作的性能☆10Jun 24, 2020Updated 6 years ago
- 基于遗传算法的BP神经网络☆17Mar 8, 2021Updated 5 years ago
- 五子棋博弈算法实现包括阿尔法贝塔剪枝法和贪心算法☆16Nov 28, 2021Updated 4 years ago
- 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
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 基于LLaVA1.6微调的Xray识别的多模态大模型☆10Oct 22, 2024Updated last year
- Create a noop process and get the PID☆14Aug 10, 2021Updated 5 years ago
- This repository contains the code for Lung segmentation using Montgomery dataset in TensorFlow 2.0.☆19Jun 3, 2021Updated 5 years ago
- ☆13Dec 10, 2023Updated 2 years ago
- 从0到1构建用户画像☆39Jun 4, 2021Updated 5 years ago
- Visual tool written in C++/QT5 wich helps designing sql databases☆13Mar 24, 2020Updated 6 years ago
- Python超级玛丽游戏手把手教程及代码☆11Dec 22, 2020Updated 5 years ago