数据特征工程、各种机器学习回归模型、回归数据预处理
☆44Jan 14, 2020Updated 6 years ago
Alternatives and similar repositories for houseprice_regression
Users that are interested in houseprice_regression are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 机器学习的特征工程,包括特征抽取、特征预处理、特征选择、特征降维。☆26Feb 25, 2019Updated 7 years ago
- 整理所有特征工程用到的方法,为了复用☆11Jan 11, 2021Updated 5 years ago
- 对截止至2017年7月17日的债券违约事件进行梳理归因,并寻找宏观流动性影响因素,组成数据集。运用Lasso回归进行特征提取后,输入带L2惩罚项LR、SVM、NN、GBDT、RF等机器学习模型进行违约预测,得出GBDT预测效果最好以及特征工程对线性模型预测效果具有重要性的结…☆59Mar 7, 2019Updated 7 years ago
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆12Mar 15, 2024Updated 2 years ago
- 数据预处理过程(属性选择, 异常值处理, 归一化, 标准化等)☆69Jul 25, 2020Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 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
- 未来杯房产租金预测算法竞赛,房产租金预测,LightGBM,XGBoost,回归,机器学习☆13Feb 13, 2021Updated 5 years ago
- 构建基于逻辑回归的评分卡模型☆47Dec 14, 2018Updated 7 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 7 years ago
- 本项目使用python对影响共享单车使用量的因素进行可视化分析,并使用lightGBM算法对已知条件下的共享单车使用量进行预测。其中为了选择最优模型,使用了k折交叉验证和网格搜索选择最优参数。☆10Jul 15, 2020Updated 6 years ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- Supply Chain Process Design using the Queueing Theory☆12Dec 30, 2025Updated 7 months ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆97Apr 8, 2019Updated 7 years ago
- 客流预测、Resnet☆15Jan 16, 2020Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Code for paper "A Critical Assessment of State-of-the-Art in Entity Alignment" (https://arxiv.org/abs/2010.16314)☆16Apr 1, 2023Updated 3 years ago
- Welcome to the SOLETE platform. These scripts are meant to help you using the homonymous dataset [1] and to replicate the results from th…☆13Sep 14, 2023Updated 2 years ago
- Divide remote sensing images and their labels into data sets of specified size.☆12Dec 12, 2021Updated 4 years ago
- 智能供应链分析,对顾客用rfm模型分类,用多种机器学习模型建模,进行欺诈订单预测,延迟发货预测,销售额预测,销售数量预测☆45Oct 9, 2020Updated 5 years ago
- 智慧物流算法大赛简介: 根据包括货值、路程和油价等字段的数据集,对每趟货物运送的运价进行回归预测。 本项目为我的参赛代码,分为四个主要的部分:1.数据预处理;2.特征工程;3.建模调参训练;4.数据可视化。 最终获得了大赛的二等奖。☆39Mar 19, 2019Updated 7 years ago
- ☆10May 4, 2022Updated 4 years ago
- 通过将对上市公司招股说明书情绪分析的结果与常用财务指标、企业科研指标等结合,综合使用多种分类模型:传统LR、随机森林、XGB、LGB集成学习模型对新上市公司破发情况进行学习和预测,筛选重要特征,并由此来得到一个新股破发分类器。☆14Aug 26, 2023Updated 2 years ago
- 🎈 2020 年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型☆20Jul 3, 2022Updated 4 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆60Mar 26, 2020Updated 6 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.
- 麻雀算法优化支持向量机 python实现☆15Mar 26, 2022Updated 4 years ago
- 为天池数据竞赛写的自动化特征工程和训练工具,可以通过配置的方式从mysql数据库中生成特征。同时重新封装了数据,特征和模型,使其可以被自动化测试系统识别及调用。待完成的工作:自动化测试系统的调度关键技术。☆12Dec 6, 2015Updated 10 years ago
- sodic2021 法律咨询智能问答 Baseline 线上35+☆17Jun 1, 2021Updated 5 years ago
- Defect detection based on OpenCV and Keras approach☆17Nov 21, 2018Updated 7 years ago
- Project to find high performing loans in P2P lending.☆12Jul 13, 2018Updated 8 years ago
- Ying Zhang, Ya Xiao, Md Mahir Asef Kabir, Daphne Yao, Na Meng. Example-Based Vulnerability Detection and Repair in Java Code 30th IEEE/AC…☆10Jul 31, 2022Updated 4 years ago
- 实体对齐方法研究☆14Jul 21, 2019Updated 7 years ago
- ☆15Jun 12, 2022Updated 4 years ago
- ☆11Jun 19, 2024Updated 2 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- An Industry Evaluation of Embedding-based Entity Alignment @ COLING'20☆26Nov 15, 2021Updated 4 years ago
- Scratch成分分析器,拥有代码相似度测量、成分统计、块数统计等功能。(本仓库于2021.4.3与Gitee主仓库同步)☆11Jul 1, 2021Updated 5 years ago
- 基于yolov5的口罩检测训练模型☆17Jul 31, 2022Updated 4 years ago
- 风控建模评分报告☆11Oct 16, 2020Updated 5 years ago
- Load forecasting using LSTM and BP.使用LSTM、BP神经网络实现负荷预测☆17Apr 6, 2021Updated 5 years ago
- 使用多种算法(线性回归、随机森林、支持向量机、BP神经网络、GRU、LSTM)进行电力系统负荷预测/电力预测。通过一个简单的例子。A variety of algorithms (linear regression, random forest, support vecto…☆189Jun 7, 2020Updated 6 years ago
- This repository contains SAS code for Credit card Scoring Model to predict future default(bad) customers☆12Dec 20, 2016Updated 9 years ago