Files
fun-rec/codes/news_rec_server/materials/material_process

当前目录是用来处理数据的

  1. 将爬取的新闻原始数据处理成画像数据,对应的脚本:update_news_protrait.py
  2. 将处理好的特征画像中需要展示的数据放到redis中,对应的脚本:news_to_redis.py