Skip to content

Commit 9f4e5f7

Browse files
authored
Update README.md
1 parent 713d0b7 commit 9f4e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def count_occurence(x, span):
287287
occu += count_dict.get(i)
288288
return occu
289289
```
290-
span为你想要统计的某个区间。更多特征提取函数详见github[https://github.com/hellobilllee/ActiveUserPrediction/blob/master/lgbpy/lgb_v16.py)](http://note.youdao.com/)
290+
span为你想要统计的某个区间。更多特征提取函数详见github[https://github.com/hellobilllee/ActiveUserPrediction/blob/master/dataprocess/)](http://note.youdao.com/)
291291
6. 提取每一个page,action比例单独做特征,page-action,action-page交互特征,详间数据处理函数(这里面有一些骚操作)
292292

293293
#### 写在后面

0 commit comments

Comments
 (0)