摘要: [toc] 导入数据——加利福尼亚房价数据集 1.生成csv文件 1.1 具体函数程序 1.2 输出保存的文件名称 注释其中语法说明 1. 路径拼接 2. 字符拼接 str=" " str = " "; seq = ("a", "b", "c"); 字符串序列 print(str.join(seq) 阅读全文
posted @ 2020-05-03 12:55 阿曹学姐 阅读(188) 评论(0) 推荐(0)
摘要: "TOC" 1. 引入python库,检验自己的环境 2.1.0 sys.version_info(major=3, minor=7, micro=6, releaselevel='final', serial=0) matplotlib 3.1.3 numpy 1.18.1 pandas 1.0. 阅读全文
posted @ 2020-05-03 12:52 阿曹学姐 阅读(166) 评论(0) 推荐(0)
摘要: @[toc] 1.tfrecord 格式说明 1.1 tf.train.Example生成tfrecord格式 1.tf.train.Features : {"key": tf.train.Feature} tf.train.Feature: tf.train.ByteList / FloatLis 阅读全文
posted @ 2020-05-03 12:49 阿曹学姐 阅读(518) 评论(1) 推荐(0)