Titanic模型集成

1.使用随机森林做预测并绘制ROC曲线 X = train[['Pclass', 'Sex', 'SibSp', 'Parch', 'Cabin', 'Embarked', 'title', 'isalone', 'Family', 'mother', 'person', 'ticket-same', 'age', 'fare']] Y = train['Survive
相关文章
相关标签/搜索