Bugfixes and improvements for v0.5.0#238
Open
shchur wants to merge 5 commits into
Open
Conversation
|
Job PR-238-bbb6df4 is done. |
|
Job PR-238-d4afe6e is done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
save_pathtypo —parse_backend_predict_kwargswas readingkwargs.get("persist")instead ofkwargs.get("save_path").cloud_output_pathresolution centralized — Extractedresolve_cloud_output_path()inaws_utils.py, shared by bothCloudPredictorandFoundationModel. Supports fallback from~/.autogluon/cloud.yamlconfig, warns when a prefix already has objects. ReturnsNonewhen nothing is configured (defers error to backend property access), preserving backwards compatibility for flows that don't need it (attach_endpoint, etc.).get_fit_predict_resultsreworked — Fetchesag_args.pklfrom the SageMaker training job's input channel instead of local disk, so it works when the tmpdir is gone or the job is reattached in a fresh process. Usesdownload_file(single key) instead ofdownload_data(prefix scan).predictions_pathvalidation moved to backend — Consolidated inSagemakerBackend.fit()so it's enforced regardless of entry point (TimeSeriesCloudPredictororFoundationModel).predictions_pathparam added toTimeSeriesFoundationModel.predict()— Lets users specify a custom output location.import autogluon.cloudraisesImportErrorifsagemaker>=3.0is installed.register()— Rejects bucket names containing prefixes (e.g.my-bucket/path), normalizess3://scheme and trailing slashes.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.