This is a python project used to estomate score in CCF data contest.
使用方法:
1.打开test.py;
2.把推荐新闻的txt文档路径复制下来,覆盖ScoreEstimate.Estimate('../data/recommendation.txt','../data/result.txt')中的 ../data/recommendation.txt;
3.把结果集的txt文档的路径复制下来,覆盖ScoreEstimate.Estimate('../data/recommendation.txt','../data/result.txt')中的 ../data/result.txt;
4.运行test.py