机器学习算法XGboost、LightGBM、Catboost的代码架构,满足基本的数据分析,回归、二分类、多分类。
2020-02-01 03:09:26 13KB python 机器学习
1
微软新开源的轻量级、高效率梯度提升树lightgbm工具。已经编译好windows-gpu版本。安装cuda和cudnn后,直接运行"python install -e ."安装 即可使用。
2020-01-15 03:05:59 90.49MB lightgbm GPU 梯度提升树 机器学习
1
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
2020-01-14 03:04:53 1.75MB R语言 lightGBM
1
lightgbm-gpu已编译版本,linux环境下可以直接安装使用
2019-12-21 21:20:14 19.88MB lightgbm
1
命令行进入python-package目录下,输入pip install lightgbm –install-option=–gpu即可安装gpu版本。
2019-12-21 20:23:00 89.09MB lightgbm gpu window
1
亲自已测可以直接使用安装的LightGBM包,希望帮助不想安装vs的小伙伴们安装python包/
2019-12-21 20:12:49 17.67MB 机器学习
1
Boosting方法-从AdaBoost到LightGBM,涵盖了adaboost xgboost lightgbm等经典boosting方法的原理详细介绍
2019-12-21 19:36:38 3.86MB 机器学习 boost
1