umbersar / sites_ml

0 stars 1 forks source link

Finally successfully install the lightgbm package in R #5

Closed zaynxalic closed 4 years ago

zaynxalic commented 4 years ago

At first, I was trying to precompile lightgbm file, although it got successfully installed but it could not successfully run. It gets me a pre-compiled DLL fails: 'cannot create dataset handle'. After seeing the issues in github, I find a solution to successfully install the package. https://github.com/microsoft/LightGBM/issues/2995