Skip to content

Implementation of 33th in Kaggle Competition - Quora Pairs

Notifications You must be signed in to change notification settings

Shawn1993/Kaggle-Quora-Pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle Competition - Quora Pairs

Introduction

具体请参考文章《分分钟带你杀入Kaggle Top 1%》

File Struture

Every directory starts with "Stage" has three sub-directory, Code, Input and Output .

Stage0: data preprocessing  
	- Input: Contain two files, "train.csv" renamed by raw train file, "test.csv" renamed by raw test file.
	- Code: data_process.py for different process method.
	- Output: 
Stage1:
	- Input: Output from Stage0
	- Code: handcraft feature and deep learning feature extraction
	- Output:
Stage2:
	- Input: Output from Stage1
	- Code: unlinear ensemble, such as LightGBM, RandomForest.
	- Output:
Stage3:
	- Input: Output from Stage2
	- Code: Ensemble Selection
	- Output: final result.

Note

The code is dirty and leaky. Just for reading.

About

Implementation of 33th in Kaggle Competition - Quora Pairs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published