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

CV error #19

Open
SiddhiJani opened this issue Jul 17, 2023 · 2 comments
Open

CV error #19

SiddhiJani opened this issue Jul 17, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@SiddhiJani
Copy link

I used the neural admixture but it is not giving the CV error values. without CV error values how I can relay on the results. So can you help me with how I can get CV error values

@AlexIoannidis
Copy link
Member

Thanks for bringing this up; cross-validation is important. One performs cross-validation by clustering after masking a proportion of the genotypes; that is, artificially marking them as missing. These missing genotypes are then reconstructed using the P and Q matrices found during the clustering. One can compute the difference between these reconstructed genotypes and the original known values that were masked. Then, one repeats this procedure several times. You can do all this yourself, but to make it easier for you, we will try to add an automatic implementation in our next release.

@AlbertDominguez AlbertDominguez added the enhancement New feature or request label Jul 28, 2023
@soisa001
Copy link

Hello,

I am also looking to do CV on my data. Is there an implementation in progress or soon to be released?
Thanks.

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

No branches or pull requests

4 participants