Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update task5 模型融合.ipynb #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wisdomOcean/task5 模型融合.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
"\n",
"2. **stacking 第二层**\n",
" - 训练集:将三个新特征 **XGB-pred-tran**、**LGB-pred-tran**、**NN-pred-tran**合并得到新的训练集(shape `10000*3`)\n",
" - 测试集:将三个新测试集**XGB-pred-test**、**LGB-pred-test**、**NN-pred-test**合并得到新的测试集(shape `30000*3`)\n",
" - 用新训练集和测试集构造第二层的预测器,即GBDT模型"
" - 测试集:将三个新测试集**XGB-pred-test**、**LGB-pred-test**、**NN-pred-test**合并得到新的测试集(shape `3000*3`)\n",
" - 用新训练集和测试集构造第二层的预测器,即LR模型"
]
},
{
Expand Down