features_process.py 文件源码

python
阅读 69 收藏 0 点赞 0 评论 0

项目:fx 作者: TaRyu 项目源码 文件源码
def features_processing(file_in, file_out):
    features = np.load(file_in)
    new_features = preprocessing.minmax_scale(features, axis=1)
    np.save(file_out, new_features.astype('float32'))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号