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

1 Risposta
0
Risposta accettata

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
ESPERTO
Amr_R
con risposta 6 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande