# AI Week3 xgboost **Repository Path**: samkuang/AI-Week3-xgboost ## Basic Information - **Project Name**: AI Week3 xgboost - **Description**: 第三周作业 在Rental Listing Inquiries数据上练习xgboost参数调优 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-01-21 - **Last Updated**: 2023-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Week3 xgboost 第三周作业 在Rental Listing Inquiries数据上练习xgboost参数调优 1. 用xgboost的CV对n_estimators参数调优 --》 xgboost1_Rent_List_nestimators.ipynb 2. 用gridsearchCV对树深度和子节点权重参数调优 --》 xgboost2_Rent_List_TreeDepth_ChildWeight.ipynb 3. 对行,列采样参数进行调优 --》 xgboost3_Rent_List_sub_col_sample.ipynb 4. 对正则化参数进行调优 --》 xgboost4_Rent_List_reg.ipynb 5. 用最佳参数进行训练和预测 --》 xgboost5_Rent_List_Final_Train_Predict.ipynb