Skip to content

Commit a7bcfc0

Browse files
committed
updated
1 parent aa6fa5a commit a7bcfc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_test/ml_stacking.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# date:2019-04-30
44
# Model Stacking
55
# https://www.cnblogs.com/jiaxin359/p/8559029.html
6+
# http://wulc.me/2018/01/21/stacking%20%E7%9A%84%E5%9F%BA%E6%9C%AC%E6%80%9D%E6%83%B3%E5%8F%8A%E4%BB%A3%E7%A0%81%E5%AE%9E%E7%8E%B0/
7+
68

79
import numpy as np
810
from sklearn.model_selection import KFold

0 commit comments

Comments
 (0)