当前位置:网站首页>Using autogluon to forecast house price
Using autogluon to forecast house price
2022-06-29 01:30:00 【This Livermore isn't too cold】

AutoGluon Compatibility and scalability of , It is easy to carry out scientific research algorithms into large-scale experiments .
Three application fields
- image(image classification、object detection)
- text(text classification)
- tabular data(tabular prediction)
Two functions
- Automatic parameter adjustment
- Support PyTorch
- Supported search strategies include random search、grid search、RL、Bayesian optimization etc.
- NAS( Support only image classification, At present, only ENAS)
from autogluon.tabular import TabularDataset,TabularPredictor, predictor
from catboost import train
import numpy as np
# # Training
train_data = TabularDataset('/cloud_disk/users/huh/projects/csdn_send_data/autogluon/house_price_kaggle/train.csv')
id, label = 'Id','SalePrice'
# Data preprocessing
large_val_cols = ['LotFrontage','LotArea','OverallQual','OverallCond','YearBuilt','YearRemodAdd','WoodDeckSF','OpenPorchSF','EnclosedPorch','3SsnPorch','MiscVal','MoSold','YrSold']
for c in large_val_cols +[label]:
train_data[c] = np.log(train_data[c]+1)
# autogluon Feature extraction can be done , However, some manual pretreatment should be properly added
# Use multimodel This option to use transformer To extract features , And do multi model fusion
# Then make a multi-layer model ensemble To get better accuracy
predictor = TabularPredictor(label=label).fit(train_data.drop(columns=[id]))# nothing multimodel
Dataset Download :
link : https://pan.baidu.com/s/1XsKH3k4DbZ72MpU3G9WNDQ password : 1nf7
边栏推荐
- [image detection] recognition of the front and back of a coin based on texture features with matlab code attached
- 统计学习方法(4/22)朴素贝叶斯
- Is Huatai Securities safe
- Rasa dialogue robot helpdesk (V)
- Code repetition of reinforcement learning based parameters adaptation method for particlewarn optimization
- IPFS简述
- 华泰证券安全吗
- 数据库-优化器
- be based on. NETCORE development blog project starblog - (13) add friendship link function
- 多维分析预汇总应该怎样做才管用?
猜你喜欢

狼人杀休闲游戏微信小程序模板源码/微信小游戏源码

有了这款工具,自动化识别验证码再也不是问题

TypeScript(4)接口

IPFS简述
![[js practice every m days] JS export object analysis based on libcef application (steam)](/img/ab/c242f42af3a7db7ce522622092bb6c.jpg)
[js practice every m days] JS export object analysis based on libcef application (steam)

Rasa dialogue robot helpdesk (V)

EasyCVR服务private.pem文件被清空,导致无法正常启动该如何处理?

Statistical learning method (2/22) perceptron

The function of Schottky diode in preventing reverse connection of power supply

DO280分配持久性存储
随机推荐
【Proteus仿真】4x4矩阵键盘中断方式扫描 +数码管显示
Similarities and differences between SRAM and DRAM
Rasa dialogue robot helpdesk (V)
AHA C language, C language programming introductory books and PPT (PDF version) download website
Is Huatai Securities safe
致我们曾经遇到过的接口问题
NOIP2006-2018 提高组 初赛试题完善程序题 CSP-S 2019 2020 初赛试题完善程序题
EasyCVR集群版本替换成老数据库造成的服务崩溃是什么原因?
DO280分配持久性存储
不同的子序列问题I
Magic Quadrant of motianlun's 2021 China Database
Pat grade a real problem 1165
QT基于RFID管理系统(可应用于大多数RFID管理系统)
What is the reason for the service crash caused by replacing the easycvr cluster version with the old database?
EasyCVR新建用户后,视频调阅页面不能点击的问题修复
《Reinforcement learning based parameters adaption method for particleswarm optimization》代码复现
[eight part essay] MySQL
Do280 allocating persistent storage
[proteus simulation] 4x4 matrix keyboard interrupt mode scanning + nixie tube display
Hello i am back