Kaggle / docker-rstats

Kaggle R docker image
Apache License 2.0
144 stars 90 forks source link

R: Treesnip package is missing. #185

Closed nipnipj closed 2 years ago

nipnipj commented 2 years ago

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

nipnipj commented 2 years ago

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 2 years ago

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 1 year ago

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