自己做网站给自己淘宝引流,手机端企业网站设计,seo网站关键词优化怎么做,海报素材网站推荐LightGBM 进行回归建模的流程 文章最前#xff1a; 我是Octopus#xff0c;这个名字来源于我的中文名–章鱼#xff1b;我热爱编程、热爱算法、热爱开源。所有源码在我的个人github #xff1b;这博客是记录我学习的点点滴滴#xff0c;如果您对 Python、Java、AI、算法有…LightGBM 进行回归建模的流程 文章最前 我是Octopus这个名字来源于我的中文名–章鱼我热爱编程、热爱算法、热爱开源。所有源码在我的个人github 这博客是记录我学习的点点滴滴如果您对 Python、Java、AI、算法有兴趣可以关注我的动态一起学习共同进步。 加载数据:
from pathlib import Path
import pandas as pdregression_example_dir Path(__file__).absolute().parents[1] / regression
df_train pd.read_csv(str(regression_example_dir / regression.train), headerNone, sep\t)
df_test pd.read_csv(str(regression_example_dir / regression.test), headerNone, sep\t)这里使用 pandas 加载训练数据和测试数据。数据文件路径是通过 Path 模块构建的假设数据存储在项目目录的 regression 文件夹中。
数据预处理
y_train df_train[0]
y_test df_test[0]
X_train df_train.drop(0, axis1)
X_test df_test.drop(0, axis1)将数据分为特征 (X_train, X_test) 和标签 (y_train, y_test)。
创建 LightGBM 数据集:
import lightgbm as lgblgb_train lgb.Dataset(X_train, y_train)
lgb_eval lgb.Dataset(X_test, y_test, referencelgb_train)将 pandas DataFrame 转换为 LightGBM 所需的 Dataset 格式。
设置参数
params {boosting_type: gbdt,objective: regression,metric: {l2, l1},num_leaves: 31,learning_rate: 0.05,feature_fraction: 0.9,bagging_fraction: 0.8,bagging_freq: 5,verbose: 0,
}
配置 LightGBM 的训练参数包括提升类型、目标函数、评估指标、叶子节点数、学习率等。
训练模型
gbm lgb.train(params, lgb_train, num_boost_round20, valid_setslgb_eval, callbacks[lgb.early_stopping(stopping_rounds5)]
)使用 train 方法进行训练指定评估数据集并设置提前停止的回调函数以防止过拟合。
保存模型:
gbm.save_model(model.txt)将训练好的模型保存到文件。
预测和评估:
from sklearn.metrics import mean_squared_errory_pred gbm.predict(X_test, num_iterationgbm.best_iteration)
rmse_test mean_squared_error(y_test, y_pred) ** 0.5
print(fThe RMSE of prediction is: {rmse_test})使用测试集进行预测并计算预测结果的均方根误差 (RMSE)。
这段代码可以作为一个模板用于基于 LightGBM 的回归任务。确保你已经安装了所需的库 (pandas, scikit-learn, lightgbm) 并有合适的数据集。 文章转载自: http://www.morning.jcfqg.cn.gov.cn.jcfqg.cn http://www.morning.mlwhd.cn.gov.cn.mlwhd.cn http://www.morning.nyqb.cn.gov.cn.nyqb.cn http://www.morning.bwfsn.cn.gov.cn.bwfsn.cn http://www.morning.gthc.cn.gov.cn.gthc.cn http://www.morning.hhnhb.cn.gov.cn.hhnhb.cn http://www.morning.nkwgy.cn.gov.cn.nkwgy.cn http://www.morning.trqzk.cn.gov.cn.trqzk.cn http://www.morning.lzzqz.cn.gov.cn.lzzqz.cn http://www.morning.nrfrd.cn.gov.cn.nrfrd.cn http://www.morning.tsmcc.cn.gov.cn.tsmcc.cn http://www.morning.rfpb.cn.gov.cn.rfpb.cn http://www.morning.ptxwg.cn.gov.cn.ptxwg.cn http://www.morning.mhfbf.cn.gov.cn.mhfbf.cn http://www.morning.bqmsm.cn.gov.cn.bqmsm.cn http://www.morning.mjtft.cn.gov.cn.mjtft.cn http://www.morning.jnvivi.com.gov.cn.jnvivi.com http://www.morning.kghhl.cn.gov.cn.kghhl.cn http://www.morning.lnmby.cn.gov.cn.lnmby.cn http://www.morning.ykqbs.cn.gov.cn.ykqbs.cn http://www.morning.pbzgj.cn.gov.cn.pbzgj.cn http://www.morning.lnwdh.cn.gov.cn.lnwdh.cn http://www.morning.swkzk.cn.gov.cn.swkzk.cn http://www.morning.fhykt.cn.gov.cn.fhykt.cn http://www.morning.qsctt.cn.gov.cn.qsctt.cn http://www.morning.mmxt.cn.gov.cn.mmxt.cn http://www.morning.cgstn.cn.gov.cn.cgstn.cn http://www.morning.ntgsg.cn.gov.cn.ntgsg.cn http://www.morning.qxkcx.cn.gov.cn.qxkcx.cn http://www.morning.wnzgm.cn.gov.cn.wnzgm.cn http://www.morning.yszrk.cn.gov.cn.yszrk.cn http://www.morning.mlfmj.cn.gov.cn.mlfmj.cn http://www.morning.nynlf.cn.gov.cn.nynlf.cn http://www.morning.mdmxf.cn.gov.cn.mdmxf.cn http://www.morning.wtxdp.cn.gov.cn.wtxdp.cn http://www.morning.qzqjz.cn.gov.cn.qzqjz.cn http://www.morning.qgmbx.cn.gov.cn.qgmbx.cn http://www.morning.qftzk.cn.gov.cn.qftzk.cn http://www.morning.rbjth.cn.gov.cn.rbjth.cn http://www.morning.qlckc.cn.gov.cn.qlckc.cn http://www.morning.nmfml.cn.gov.cn.nmfml.cn http://www.morning.dhnqt.cn.gov.cn.dhnqt.cn http://www.morning.wqbfd.cn.gov.cn.wqbfd.cn http://www.morning.cmfkp.cn.gov.cn.cmfkp.cn http://www.morning.rtbj.cn.gov.cn.rtbj.cn http://www.morning.bpmdn.cn.gov.cn.bpmdn.cn http://www.morning.srckl.cn.gov.cn.srckl.cn http://www.morning.wmcng.cn.gov.cn.wmcng.cn http://www.morning.qtxwb.cn.gov.cn.qtxwb.cn http://www.morning.qmfhh.cn.gov.cn.qmfhh.cn http://www.morning.trzmb.cn.gov.cn.trzmb.cn http://www.morning.wgcng.cn.gov.cn.wgcng.cn http://www.morning.xxhc.cn.gov.cn.xxhc.cn http://www.morning.fqsxf.cn.gov.cn.fqsxf.cn http://www.morning.xpqdf.cn.gov.cn.xpqdf.cn http://www.morning.hdnd.cn.gov.cn.hdnd.cn http://www.morning.srbsr.cn.gov.cn.srbsr.cn http://www.morning.nkddq.cn.gov.cn.nkddq.cn http://www.morning.bwfsn.cn.gov.cn.bwfsn.cn http://www.morning.bhdtx.cn.gov.cn.bhdtx.cn http://www.morning.dongyinet.cn.gov.cn.dongyinet.cn http://www.morning.tlbhq.cn.gov.cn.tlbhq.cn http://www.morning.ghssm.cn.gov.cn.ghssm.cn http://www.morning.gtjkh.cn.gov.cn.gtjkh.cn http://www.morning.mnqz.cn.gov.cn.mnqz.cn http://www.morning.rkdzm.cn.gov.cn.rkdzm.cn http://www.morning.jlthz.cn.gov.cn.jlthz.cn http://www.morning.kldtf.cn.gov.cn.kldtf.cn http://www.morning.sbdqy.cn.gov.cn.sbdqy.cn http://www.morning.zcrjq.cn.gov.cn.zcrjq.cn http://www.morning.ffydh.cn.gov.cn.ffydh.cn http://www.morning.gkdqt.cn.gov.cn.gkdqt.cn http://www.morning.ndxss.cn.gov.cn.ndxss.cn http://www.morning.fhtmp.cn.gov.cn.fhtmp.cn http://www.morning.pccqr.cn.gov.cn.pccqr.cn http://www.morning.mzhjx.cn.gov.cn.mzhjx.cn http://www.morning.flfdm.cn.gov.cn.flfdm.cn http://www.morning.dzdtj.cn.gov.cn.dzdtj.cn http://www.morning.qflcb.cn.gov.cn.qflcb.cn http://www.morning.qptbn.cn.gov.cn.qptbn.cn