Simon Dedman
Simon Dedman
 All package versions are the same, pandoc/lua the same. Any chance you can send me your HTML just to make sure it opens correctly on my side, even though...
Thanks! Ok so they are different, your version is 9016, mine's 9013. Updating all packages inc actel & trying again. I may have been using the newer version of actel...
9017 update to radars:  Garden missing; if there was another one before that's gone too, so things have gotten worse potentially? This is for migration, residency does this: ...
Regarding this: would be especially good to have more info on id.col. Because I'm using a spatial object not csv, I have to use actel=FALSE, and thus specify everything else,...
Thanks. I need to overhaul the labels. L261 `gaus` should be `runfam2` or better L263 `brv` to `fam1rv` L264 `grv` to `fam2rv` L265 `Bin_Preds` to `fam1preds` L266 `Gaus_Preds` to `fam2preds`...
loop runs whole gbm.auto. in gbm.auto it checks the outcome of assign(gbm.step.SD) which I can't do in loop. check the saved outputs? either numbered folder only contains grv.csv ( which...
Report.csv for bad results: > > Best Gaussian BRT > Model combo: Gaus_BRT.tc5.lr0.5.bf0.9 > trees: 1900 > Training Data Correlation: 1 > CV Mean Deviance: 0 > CV Deviance SE:...
See this: https://www.r-bloggers.com/error-handling-in-r/ Currently didn't know how to continue when gbm.loop/auto/step crashes. Can use this to fail fast: try quickest highLR values to lowerLR values (divide by 10 step from...
https://stat.ethz.ch/R-manual/R-devel/library/base/html/options.html options(error) calls stop, could potentially save getwd() at the start of loop/auto/step then have options(error) return: setwd(initialwd) && stop
Could parallelise param combinations and run loads of gbm.autos in a foreach loop (see https://github.com/SimonDedman/gbm.auto/issues/21) then compare processing time and CV score, also giving the option to check for absence...