awslabs / sagemaker-debugger

Amazon SageMaker Debugger provides functionality to save tensors during training of machine learning jobs and analyze those tensors
Apache License 2.0
158 stars 82 forks source link

updated deprecated syntax to support pandas 2.0 #656

Closed andrew-j-cai closed 1 year ago

andrew-j-cai commented 1 year ago

Description of changes:

Updated pandas syntax in the codebase that was deprecated in 1.5 but still functioned until the recent 2.0 release.

Style and formatting:

I have run pre-commit install && pre-commit run --all-files to ensure that auto-formatting happens with every commit.

Issue number, if available

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.