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

Same MSE for different crossValidate methods #49

Open
avaruuser opened this issue Dec 1, 2023 · 2 comments
Open

Same MSE for different crossValidate methods #49

avaruuser opened this issue Dec 1, 2023 · 2 comments

Comments

@avaruuser
Copy link

I switched from python's sklearn NMF to your implementation because of the improved speed and convenient cross-validation. This also means I'm fairly new to R and I'm sorry if my question is obvious.

I have a dataset with 500000 features and 734 observations. I ran crossValidate() with methods 'predict', 'robust', and 'impute' for 2:10 components with ten repetitions each and the same random seed (everything else was default settings). The resulting MSE's were exactly the same across methods, which I believe shouldn't be the case despite using the same random seed. Any ideas why this might happen?

Thank you for developing this amazing package!

@GilbertHan1011
Copy link

I encountered this problem too..... Have you solved this?

@zdebruine
Copy link
Owner

Any reproducible example would help. I can't reproduce. Thanks! Sorry for the delay.

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

3 participants