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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠