Skip to content
New issue

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

fold这个参数似乎没用过,一直都是默认的[1] #150

Closed
mztkenan opened this issue Mar 19, 2019 · 2 comments
Closed

fold这个参数似乎没用过,一直都是默认的[1] #150

mztkenan opened this issue Mar 19, 2019 · 2 comments

Comments

@mztkenan
Copy link

mztkenan commented Mar 19, 2019

在所有的Recommender中的初始化函数中都有fold参数
def init(self,conf,trainingSet=None,testSet=None,relation=list(),fold='[1]'):

只有在RecQ中使用到了recommender = self.config['recommender']+'(self.config,self.trainingData,self.testData,self.relation)'

似乎没必要使用fold

@Coder-Yu
Copy link
Owner

用到了,你开个并行交叉验证就知道了。

@mztkenan
Copy link
Author

哦哦,谢谢啊,没看到交叉验证那块,大佬大佬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants