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

EXPERTO
preguntada hace 6 años844 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
EXPERTO
Amr_R
respondido hace 6 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas