- 05 May, 2017 1 commit
-
-
JesseLimtiaco authored
* Update lgb.Booster.R Added method to call LGBM_BoosterLoadModelFromString_R if model_str is provided for initialization, added option to load from model_str in lgb.load * Update lightgbm_R.cpp Adding LGBM_BoosterLoadModelFromString_R * Update lightgbm_R.cpp Added LGBM_BoosterSaveModelToString_R * Update lightgbm_R.cpp * Update lgb.Booster.R Added save_model_to_string method * Update lgb.Booster.R Implemented @Laurae2 comments * Update lgb.Booster.R * Update lightgbm_R.h Added load and save model from/to string exports
-
- 04 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 24 Apr, 2017 1 commit
-
-
Guolin Ke authored
-
- 10 Mar, 2017 1 commit
-
-
Guolin Ke authored
* add scripts for build self-contain R-package in windows. * add unix build. * Update README.md
-
- 13 Jan, 2017 1 commit
-
-
Guolin Ke authored
-
- 12 Jan, 2017 1 commit
-
-
cbecker authored
* Added possibility to compile without openmp (useful for clang on Mac) * Added CMake option to create dylib on MacOS
-
- 11 Jan, 2017 1 commit
-
-
Kirill Sevastyanenko authored
* src & callbacks * lgb.Booster and utils * cv * wip lgb.Dataset * lgb.Dataset * lgb.Predictor * lgb.train * typos * add flags to facilitate macosx compilation * fix basic_string template error with clang * most unfortunate mode of development * fixup tests * last test * roxygen * roxygen v5.x.x
-
- 10 Jan, 2017 1 commit
-
-
Guolin Ke authored
-
- 08 Jan, 2017 1 commit
-
-
Guolin Ke authored
* finish R's c_api * clean code * fix sizeof pointer in 32bit system. * add predictor class * add Dataset class * format code * add booster * add type check for expose function * add a simple callback * add all callbacks * finish the basic training logic * update docs * add an simple training interface * add basic test * adapt the changes in c_api * add test for Dataset * add test for custom obj/eval functions * fix python test * fix bug in metadata init * fix R CMD check
-