Kaggle / docker-rcran

A dockerfile to install all of CRAN
Apache License 2.0
19 stars 15 forks source link

New ML library - NNS #51

Closed alphabotrobertospadim closed 3 years ago

alphabotrobertospadim commented 3 years ago

Hi Folks, could be possible include NNS package? I'm trying to use it at Optiver Competition but I can only submit without using internet, but I need Internet to install NNS

my code to install at kaggle:

install.packages("NNS"); 
library(NNS)
rspadim commented 3 years ago

ops wrong user, watching here with the right one

Philmod commented 3 years ago

It seems like it's installed: https://github.com/Kaggle/docker-rcran/blob/main/packages_users#L192