Kaggle/docker-rstats

R: Treesnip package is missing.

nipnipj opened this issue · 3 comments

Please, add treesnip package (https://curso-r.github.io/treesnip/) to kaggle notebooks.

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.

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

I think this should work:
remotes::install_github("curso-r/treesnip", lib = "/kaggle/working")