kaggle之路(2)

已了解kaggle操作,跟着书本简单实现了简单的教学题目tatanic和imbd。接下来安排:

1、熟悉常用工具,参考《从Python菜鸟到Python Kaggler的旅程》,学习:

(1)正则表达re

(2)numpy

(3)scipy

(4)pandas

(5)scikit-learn

(6)XGBoost

2、学解决方法,fork notebook,读代码,学解题路线,实验代码,争取改进。

(1)《Two Sigma Financial Modeling Challenge》项目,学习kernel:

Simple Exploration Notebook

《When/why are stocks bought and sold》

(2)《Santander Customer Satisfaction》项目

《Exploring features》

你可能感兴趣的:(kaggle之路(2))