José Lucas Safanelli
José Lucas Safanelli
Hey guys, first congratulations on this awesome project. I'd like to know if you plan to estimate the potential aboveground biomass carbon using your PNV maps? I think this could...
Hi, I'm using MLR3 on a Kaggle kernel and found issues with the `resample` function. The error message mentions some issues with `data.table` column selection and `future.apply`. I'm currently able...
Hi Leo, `ortho_projection(method=" pls, scale=TRUE)` is not scaling to unit. It looks like the function `pls_projection` is missing the scale operation like the one present in `pc_projection` ([line 464](https://github.com/l-ramirez-lopez/resemble/blob/main/R/ortho_projection.R)). I...