随笔分类 -  python

python的数据处理一
摘要:def load_data(filename): features = [] labels = [] f = open(filename, encoding='utf-8') medical = json.load(f) for medical in medical: feature = [] la 阅读全文
posted @ 2020-08-20 10:56 滚雪球效应 阅读(197) 评论(0) 推荐(0)