awsdocs / amazon-sagemaker-developer-guide

The open source version of the Amazon SageMaker docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add xgboost versions to the documentation

jakubwaller opened this issue · comments

https://github.com/awsdocs/amazon-sagemaker-developer-guide/blob/master/doc_source/ecr-eu-central-1.md
This page is missing the versions of xgboost. It only says e.g. "1.3-1". How do I find out the xgboost version from this?

Hi, we understand that the page has exhaustive tables of ECR image URIs. However, this page lists all available images. In case of the XGBoost algorithm containers, available images and versions are listed here: https://github.com/awsdocs/amazon-sagemaker-developer-guide/blob/master/doc_source/ecr-eu-central-1.md#xgboost-algorithm

Because we listed the algorithm and framework names in alphabetical order, XGBoost is located at the very bottom of the page. Hope this helped you find the information you were looking for.

Hi, thanks, but this still doesn't show the xgboost python package version (e.g. 1.3.3 in the case of the image version 1.3-1, or 0.9 for this image 813361260812.dkr.ecr.eu-central-1.amazonaws.com/xgboost).
But to find this out one needs to dig into the images.
Would it be possible to add the versions there?

After digging for a while, I submitted a ticket to the service team. I'll come back here to provide any updates as soon as I receive any.

Hi @jakubwaller, got a response from the service team, and they pointed out there's open source SageMaker XGBoost git repository. You should be able to open the docker files and check what's the exact version of the native XGBoost framework in them. Hope this is helpful, and thank you for your patience.

I'll bring this to the documentation team to add the native XGBoost versions along with the SageMaker version containers. Thank you so much for your questions and feedback!

Cool, thanks for bringing this to the documentation team!