摘要:
安装 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 蝈蝈俊 阅读(695) 评论(1) 推荐(0)
|
|
摘要:
安装 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 蝈蝈俊 阅读(695) 评论(1) 推荐(0) |
|