Adam Wróbel
Adam Wróbel
DataDog Web API for Distributions is like this: https://docs.datadoghq.com/api/latest/metrics/#submit-distribution-points ``` points [array] Points relating to the distribution point metric. All points must be tuples with timestamp and a list of...
There are a few usages of `capture_output` in `subprocess` in this repo, they are not runnable in Python 3.6. Is this Python version supported? https://github.com/aws/sagemaker-training-toolkit/blob/3405eec750a8512fd65ac438a1e9783c129ffb84/src/sagemaker_training/environment.py#L371 My usage: ``` estimator =...
Context: Models trained in SageMaker, but stored in ML Flow model registry, have multiple additional files, for example some metadata, requirements.txt, etc. When it's zipped and provided as a SageMaker...