Anybody ever successfully ran multi-node gradient boosting on Amazon SageMaker?

0

Anybody ever successfully ran multi-node gradient boosting on Amazon SageMaker? I'm looking for a SageMaker-compatible multi-node training solution for either Catboost, LightGBM or XGBoost. Knowing if it's ever been done would be nice, having a public demo link would be even better :)

AWS
EXPERT
asked 3 years ago289 views
1 Answer
0
Accepted Answer

We do have an example of distributed training of XGBoost in the sagemaker-examples repo. You can find it here: https://github.com/aws/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/xgboost_abalone/xgboost_abalone_dist_script_mode.ipynb

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions