forked from falcomfanslz/JData
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3a014f
commit 114d351
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# JData | ||
京东JData算法大赛-高潜用户购买意向预测入门程序(starter code) | ||
------------ | ||
我将在这个主页实现一些京东算法大赛数据进行分析的基本流程.包括: | ||
- 数据清洗 | ||
- 数据分析 | ||
- 特征抽取 | ||
- 搭建模型 | ||
- 模型评估 | ||
|
||
语言为Python,工具主要采用pandas,numpy,matplotlib,sklearn,xgboost等.希望能给刚入门数据比赛的朋友有所帮助. |