未验证 提交 a7998b7b 编写于 作者: O O2Dyokii 提交者: GitHub

Update DCN.py

上级 7cd639c1
......@@ -129,6 +129,7 @@ def preprocessing(data):
if __name__ == "__main__":
#data from kaggle forest cover type dataset
data = pd.read_csv("data/covtype.csv")
X, y, inp_layer, inp_embed = feature_generate(data)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册