kaggle学习
haisong chen
这个作者很懒,什么都没留下…
展开
-
Introduction to Emsembling/Stacking in Python
泰坦尼克号 https://www.kaggle.com/arthurtok/introduction-to-ensembling-stacking-in-python 代码理解 1. Preprocessing 1.库加载 import plotly.offline as py py.init_notebook_mode(connected=True) import plotly.graph_o...原创 2019-09-19 18:17:53 · 316 阅读 · 0 评论 -
Single Variable Analysis
IEEE-CIS Fraud Dection 链接:https://www.kaggle.com/kabure/extensive-eda-and-modeling-xgb-hyperopt 代码理解 数据融合: train = pd.merge(train_transaction, train_identity, on='TransactionID', how='left') tes...原创 2019-09-21 09:10:26 · 298 阅读 · 0 评论