I am using SomaticSeq from the dockerized version: lethalfang/somaticseq:latest
Currently, I am trying to train a classifier from several tsv files that were previously created by somaticseq_parallel.py. A error in the xgboost core algorithm occurred:
xgboost.core.XGBoostError: [12:57:49] /workspace/src/objective/regression_obj.cu:106: label must be in [0,1] for logistic regression
Samples 274042-274046 are certain reference materials which come with a vcf file containing true positive calls which I used as truth sets. These true positives are similar in all samples, but occur at different VAF.
Does somebody see the error in my code which triggers the xgboost crush?
Hi,
I am using SomaticSeq from the dockerized version: lethalfang/somaticseq:latest
Currently, I am trying to train a classifier from several tsv files that were previously created by somaticseq_parallel.py. A error in the xgboost core algorithm occurred: xgboost.core.XGBoostError: [12:57:49] /workspace/src/objective/regression_obj.cu:106: label must be in [0,1] for logistic regression
I run the following commands:
This script runs without any problems
Samples 274042-274046 are certain reference materials which come with a vcf file containing true positive calls which I used as truth sets. These true positives are similar in all samples, but occur at different VAF.
Does somebody see the error in my code which triggers the xgboost crush?
Thanks a lot in advance!
Best wishes,
Flo