Brendan Hayward

Results 5 issues of Brendan Hayward

Steps to reproduce: Train a model using e.g. ImportanceCmd: `$./bin/variant-spark --local -- importance -if data/chr22_1000.vcf -ff data/chr22-labels.csv -fc 22_16051249 -rn 10 -rbs 10 -om target/ch22-model.java -sr 13 -v` Then load...

This command factors out the training of the RF model from ImportanceCmd with all the same parameters and arguments used to train the model.

As an end-user of VSpark, I'd like to train models a separate command/workflow. Currently I can only save models from the importance command, which is convenient, but I don't always...

implement mTry as outlined in` RandomForestArgs.scala` `@Option(name="-rmt", required=false, usage="RandomForest: mTry(def=sqrt())" , aliases=Array("--rf-mtry")) val rfMTry:Long = -1L ` To be -accessible in cli and api modules

### Describe the bug `v -keepc -cg -showcc .` on github.com/bmjhayward/vml with v -version `V 0.3.2 70bb989` gives the following: ``` > C compiler cmd: '/home/brendan/code/v/thirdparty/tcc/tcc.exe' '@/tmp/v_1000/vml.tmp.c.rsp' > C compiler...

Bug
Build