Laurae
Laurae
GPUs on a laptop since NVIDIA 10xx series are as powerful as their desktop counterpart (minus an underclock easily fixable with overclock), and can be even cooler using undervolt. The...
@ssobel The issue with putting an optimizer (here, boosting) on top of an optimizer, is that the validation set gets overfitted (the model overfits heavily the training set and a...
@ssobel You can use the Cascade Forest implementation with boosting enabled. Then, predict using the layer parameter of the prediction function to span all the layers (so you have prediction...
@ankhnesmerira Try `install_git` instead of `install_github`.
You can download the repository and install locally if your OS does not support `install_git` from GitHub.
Use ``` setwd() devtools::install() ```
supposing you have download the .zip from GitHub of Laurae2/sparsity and extracted it into `C:\sparsity` such as the folders are like this: ``` -- C:/ ------ sparsity/ ----------------- R/ -----------------...
@ankhnesmerira Try reinstalling `Rcpp` and `RcppEigen`, wipe your sparsity folder temporary files (or delete the folder and redownload it), and try installing again.
Do you have a reproducible example?
@ablanda My home repo is currently out of sync with the main repo, so I will fix it later. You can temporarily fix this by doing this like you said:...