摘要:安装 pip install lightgbm conda install lightgbm 【python】conda和pip安装库之间的区别 代码 from lightgbm import LGBMClassifier X = [[1,2],[3,4],[5,6],[7,8],[9,10]] y
阅读全文
posted @ 2021-09-13 07:46
|
|
|
09 2021 档案
摘要:安装 pip install lightgbm conda install lightgbm 【python】conda和pip安装库之间的区别 代码 from lightgbm import LGBMClassifier X = [[1,2],[3,4],[5,6],[7,8],[9,10]] y
阅读全文
posted @ 2021-09-13 07:46
|
|