Closed arnanaraza closed 1 year ago
Hi, thank you for reporting the issue.
I believe this is not a problem of SDMtune
. You can run the same script with all the other modelling algorithms and it doesn't freeze (i.e. BRT
, ANN
, Maxent
, Maxnet
). It seems the problem is caused by RF
but I cannot do anything for it. In addition, if you run the same script without cross validation it works.
Please notice also that SDMtune
doesn't support anymore the use of raster
and it moved to terra
, so you would have to slightly change your code. Moreover, the variable biome
should be treated as a factor.
I close this issue because not related to SDMtune
.
Describe the bug
Hello Sergio,
I've been using SDMtune for a while (thanks for that!) and I'm using all possible models to ensemble them after. I'm doing a jackknife test for each model but it seems SDMtune::doJk freezes when one of the continuous variables has many zeros and the model is random forest.
Kindly look at my snippet where the SDMtune::doJk freezes at 6%
Thanks, Arnan
Steps to reproduce the bug
Session information
Additional information
No response
Reproducible example