utils.py 167 B

1234
  1. # 工具模块,用于存放一些工具函数:数据预处理、模型评估等
  2. def preprocess_data(data):
  3. # 在此进行数据清理和转换
  4. return data