-
Notifications
You must be signed in to change notification settings - Fork 12
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
Problem running binary trait #8
Comments
How is the proportion of case and control at this trait? As KAML uses cross-validation to optimize model parameters, if the distribution of case and control is too extreme, there maybe a risk that all the cases or controls would be allocated into trainings, therefore, all the validations only have one category, which would cause problem to compute prediction accuracy. |
@bigshrimp123 Thank for your feedback. Please try to change another seed by parameter 'theSeed', and also turn on the flag |
Hi YiLiLin.
Sorry to bother you again.
I am tring to run binary (survival) trait code as 0, 1 and NA in KAML but can not finish the run. It run well with continuous trait. Please see the screenshot.
Do my phenotype data format is wrong?
I ran this:
iter1test1 <- KAML(pfile="pheno_iter1test1.txt", pheno=1, dcovfile="dcov_tracatfish.txt", qcovfile="qcov_tracatfish.txt", gfile="tracatfish", sample.num=20, crv.num=5)
Regards,
Vu
The text was updated successfully, but these errors were encountered: