数据特征工程、各种机器学习回归模型、回归数据预处理
☆45Jan 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
- 比赛常用的特征工程、类别不平衡处理方法☆17Aug 16, 2018Updated 8 years ago
- 机器学习算法超参数的优化方法——基于hyperopt和bayes_opt☆14Sep 14, 2018Updated 7 years ago
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆12Mar 15, 2024Updated 2 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.
- use lstm to predict value and label based on keras基于keras框架,用lstm解决回归和分类问题☆18May 15, 2020Updated 6 years ago
- 使用sklearn做特征工程☆176Jul 19, 2018Updated 8 years ago
- ELM为极限学习机,主要用于回归预测和分类☆12Nov 16, 2020Updated 5 years ago
- 通过Featuretools自动特征工程预测贷款偿还☆20Jan 10, 2020Updated 6 years ago
- 构建基于逻辑回归的评分卡模型☆47Dec 14, 2018Updated 7 years ago
- 本项目使用python对影响共享单车使用量的因素进行可视化分析,并使用lightGBM算法对已知条件下的共享单车使用量进行预测。其中为了选择最优模型,使用了k折交叉验证和网格搜索选择最优参数。☆10Jul 15, 2020Updated 6 years ago
- Supply Chain Process Design using the Queueing Theory☆12Dec 30, 2025Updated 8 months ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆97Apr 8, 2019Updated 7 years ago
- ☆13Mar 1, 2021Updated 5 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.
- 客流预测、Resnet☆15Jan 16, 2020Updated 6 years ago
- 为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。☆16Apr 1, 2022Updated 4 years ago
- SSM框架网上图书销售系统 短信验证 支付宝支付 添加购物车 生成订单...☆12Dec 16, 2022Updated 3 years ago
- 使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析☆48Mar 21, 2019Updated 7 years ago
- This repo has some proposed agenda for Azure Machine Learning related hands-on workshops.☆11Feb 2, 2021Updated 5 years ago
- A LaTeX beamer theme template for CQU students.☆17Oct 25, 2022Updated 3 years ago
- 基于Paddle套件的遥感影像推理☆11Apr 1, 2022Updated 4 years ago
- 智慧物流算法大赛简介: 根据包括货值、路程和油价等字段的数据集,对每趟货物运送的运价进行回归预测。 本项目为我的参赛代码,分为四个主要的部分:1.数据预处理;2.特征工程;3.建模调参训练;4.数据可视化。 最终获得了大赛的二等奖。☆39Mar 19, 2019Updated 7 years ago
- 招商银行2021年Fintech数据赛道思路及代码☆13May 16, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 通过将对上市公司招股说明书情绪分析的结果与常用财务指标、企业科研指标等结合,综合使用多种分类模型:传统LR、随机森林、XGB、LGB集成学习模型对新上市公司破发情况进行学习和预测,筛选重要特征,并由此来得到一个新股破发分类器。☆14Aug 26, 2023Updated 3 years ago
- 🎈 2020年中国高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型☆20Jul 3, 2022Updated 4 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆60Mar 26, 2020Updated 6 years ago
- 数据分析与处理实践 (包括:#基本数据预处理操作;#机器学习基本算法实现。)☆17Aug 23, 2018Updated 8 years ago
- ## 数据挖掘流程 **(一)数据读取** - 读取数据,并进行展示 - 统计数据各项指标 - 明确数据规模与要完成的任务 **(二)特征理解分析** - 单特征分析,逐个变量分析其对结果的影响 - 多变量统计分析,综合考虑多种情况影响 - 统计绘图得…☆10Mar 11, 2020Updated 6 years ago
- 回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。☆17Mar 28, 2019Updated 7 years ago
- An integrated web-based system for data monitoring and networks management.☆21Updated this week
- Code for master thesis on Zero-Shot Learning in multi-label scenarios☆14Mar 28, 2018Updated 8 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆195May 14, 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.
- 麻雀算法优化支持向量机 python实现☆15Mar 26, 2022Updated 4 years ago
- ESEC/FSE'21: Prediction-Preserving Program Simplification☆10Oct 4, 2022Updated 3 years ago
- A Tensorflow Implementation of Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction☆14Mar 9, 2020Updated 6 years ago
- 为天池数据竞赛写的自动化特征工程和训练工具,可以通过配置的方式从mysql数据库中生成特征。同时重新封装了数据,特征和模型,使其可以被自动化测试系统识别及调用。待完成的工作:自动化测试系统的调度关键技术。☆12Dec 6, 2015Updated 10 years ago
- 简单线性回归,多元线性回归,非线性回归,Kmeans算法,Hierarchical_clustering☆14Feb 29, 2020Updated 6 years ago
- CCF2018 数据挖掘 机器学习 智能匹配 特征工程☆50Sep 27, 2019Updated 6 years ago
- Project to find high performing loans in P2P lending.☆12Jul 13, 2018Updated 8 years ago