@leraman
I encountered below error while creating a model. (used wisecondorx bed files)
$ Rscript PREFACE.R train --config config.txt --outdir model/ --cpus 44 --femprop
...........
Loading sample ......... | 4/52 remaining ...
Creating training frame ...
Remaining training features after 'NA' filtering: 24085
Too few samples were provided for --nfeat 50, using --nfeat 46
Model training | Repeat 1/10 ...
Executing principal component analysis ...
.....
.....
Executing principal component analysis ...
Model training | Repeat 10/10 ...
Executing principal component analysis ...
Training neural network ...
........
Training neural network ...
Error in { : task 5 failed - "subscript out of bounds"
Calls: train -> %dopar% ->
Execution halted
@leraman I encountered below error while creating a model. (used wisecondorx bed files)
$ Rscript PREFACE.R train --config config.txt --outdir model/ --cpus 44 --femprop ........... Loading sample ......... | 4/52 remaining ... Creating training frame ... Remaining training features after 'NA' filtering: 24085 Too few samples were provided for --nfeat 50, using --nfeat 46 Model training | Repeat 1/10 ... Executing principal component analysis ... ..... ..... Executing principal component analysis ... Model training | Repeat 10/10 ... Executing principal component analysis ... Training neural network ... ........ Training neural network ... Error in { : task 5 failed - "subscript out of bounds" Calls: train -> %dopar% ->
Execution halted
Please assist...