SimonDedman / gbm.auto

Machine-learning Boosted Regression Tree software suite for species distribution modelling in R
https://doi.org/10.1371/journal.pone.0188955
Other
18 stars 6 forks source link

Auto: add random variable #75

Closed SimonDedman closed 1 year ago

SimonDedman commented 2 years ago

See Frances' approach: add a random expvar and if it turns out more important than other expvars - especially in a loop - then remove those expvars?

SimonDedman commented 1 year ago

samples$RandomVar <- runif(n = nrow(samples))