We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
数据找出来了,是财新网的
1.首先列出null新闻,如果最后一个是null,那么推荐全是null的全集(或是出现次数超过5次的)
2.查看最后三次记录,如果看的都是同一天的内容分以下两种可能性。
(1)三次记录相似度低,他在浏览实事,推荐当天点击量高的若干 (2)三次记录相似度高,推荐相似新闻
3.ICF方法
捆绑,如果a出现b出现的概率大,那么有a推出b,实现难度较大,准确率不能保证。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
数据找出来了,是财新网的
1.首先列出null新闻,如果最后一个是null,那么推荐全是null的全集(或是出现次数超过5次的)
2.查看最后三次记录,如果看的都是同一天的内容分以下两种可能性。
(1)三次记录相似度低,他在浏览实事,推荐当天点击量高的若干
(2)三次记录相似度高,推荐相似新闻
3.ICF方法
捆绑,如果a出现b出现的概率大,那么有a推出b,实现难度较大,准确率不能保证。
The text was updated successfully, but these errors were encountered: