上一页 1 ··· 152 153 154 155 156 157 158 159 160 ··· 345 下一页
摘要: 先上代码 # coding:UTF-8from __future__ import divisionfrom math impo... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: 对表 dailykt 建立联合索引(trade_date,ts_code) alter table dailykt add prim... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: 改变字段类型,将表 dailykt的 ts_code字段类型改为 varchar(60) alter table dailykt m... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: 改变字段类型,将表 dailykt的 ts_code字段类型改为 varchar(60) alter table dailykt m... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: import pandas as pdimport pymysqlfrom sqlalchemy import create_eng... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(30) 评论(0) 推荐(0)
摘要: anaconda tensorflow 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(39) 评论(0) 推荐(0)
摘要: anaconda tensorflow 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: import numpy as npimport pandas as pddf = pd.DataFrame({"A": ["foo... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: import numpy as npimport pandas as pddf = pd.DataFrame({"A": ["foo... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: def get_model(X_input):#重新建立模型,与原来不一样的是这里inp是传入 n_classes = 5 ... 阅读全文
posted @ 2022-08-19 22:53 luoganttcc 阅读(4) 评论(0) 推荐(0)
上一页 1 ··· 152 153 154 155 156 157 158 159 160 ··· 345 下一页