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
同学您好我想着修改一下药物-靶标矩阵补全时候的loss。我看您给的python代码中Z矩阵(也就是W和H),应该是通过 c_train_mf.train_mf(Y=self.Y, X1=self.X1, X2=self.X2, W=self.W, H=self.H, k=self.k, lamb=self.lamb, solver_type=self.solver_type, maxiter=self.maxiter, threads=self.threads) 得到的,我看到c_train_mf是由import __train_mf as c_train_mf引入的 我对python不太了解,并不知道__train_mf从何而来,里面应该包含的是loss的代码么~希望得到您的回复。万分感谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
同学您好我想着修改一下药物-靶标矩阵补全时候的loss。我看您给的python代码中Z矩阵(也就是W和H),应该是通过
c_train_mf.train_mf(Y=self.Y, X1=self.X1, X2=self.X2, W=self.W, H=self.H, k=self.k, lamb=self.lamb, solver_type=self.solver_type,
maxiter=self.maxiter, threads=self.threads) 得到的,我看到c_train_mf是由import __train_mf as c_train_mf引入的
我对python不太了解,并不知道__train_mf从何而来,里面应该包含的是loss的代码么~希望得到您的回复。万分感谢!
The text was updated successfully, but these errors were encountered: