R: Treesnip package is missing.
nipnipj opened this issue · 3 comments
nipnipj commented
Please, add treesnip
package (https://curso-r.github.io/treesnip/) to kaggle notebooks.
nipnipj commented
With treesnip
I can also use catboost
. I think this is worth mentioning, since when I install treesnip
manually into a kaggle kernel, only xgboost works.
Philmod commented
Hi! This package doesn't seem to be available in Rcran unfortunately.
But you can install it in your notebooks: remotes::install_github("curso-r/treesnip")
Best,
Philippe
jrosell commented
I think this should work:
remotes::install_github("curso-r/treesnip", lib = "/kaggle/working")