R语言在win10下编译的lightGBM扩展包。
> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=Chinese (Simplified)_China.936
[2] LC_CTYPE=Chinese (Simplified)_China.936
[3] LC_MONETARY=Chinese (Simplified)_China.936
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)_China.936
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] lightgbm_2.1.0 R6_2.2.2
loaded via a namespace (and not attached):
[1] compiler_3.4.3 magrittr_1.5 tools_3.4.3
[4] yaml_2.1.18 data.table_1.10.4-3
> require(lightgbm)
Loading required package: lightgbm
Loading required package: R6
> data(iris)
> iris$Species train test dtrain dtest valids params model my_preds
> head(my_preds)
[1] 0.82590130 0.08704935 0.08704935 0.825901
1