LightGBM on SageMaker

0

I have a customer who wants to install LightGBM on SageMaker notebooks, as they are currently using it outside of SageMaker.

Right now, they are interested in the ability to SSH into the instance, but it would be great if we could provide them a way to install LightGBM right now.

Cheers

專家
已提問 6 年前檢視次數 844 次
1 個回答
0
已接受的答案

It's possible to do, I have used it myself for gradient boosting, from within Jupyter you can simply run:

!conda install -y -c conda-forge lightgbm

Within a selected conda environment. No terminal access is needed, however it must be done, On the top right of the Jupyter notebook you can choose a terminal environment which will give you a shell to the backend instance and you can install there.

However if you want the notebook to be immutable/transferable you can do the install within the notebook .

Thanks

AWS
專家
Amr_R
已回答 6 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南