Skip to content

Conversation

Innixma
Copy link
Contributor

@Innixma Innixma commented Feb 18, 2025

Issue #, if available:

Description of changes:

Add FutureWarning for TabularPredictor.delete_models when dry_run is not specified.

The idea is that when users call delete_models, it is likely they would prefer for the deletion to occur rather than it being a dry run. It may be hard for users to consistently remember to set dry_run=False, so this PR makes it that starting in v1.4.0, dry_run will default to False instead of True.

@shchur I notice that there is no delete_models equivalent in TimeSeriesPredictor. Might be something interesting to have in future.

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

@Innixma Innixma added this to the 1.3 Release milestone Feb 18, 2025
@Innixma Innixma requested a review from shchur February 18, 2025 22:15
Copy link

Job PR-4905-d41ea3b is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-4905/d41ea3b/index.html

Copy link
Contributor

@prateekdesai04 prateekdesai04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Innixma Innixma merged commit abd179a into autogluon:master Feb 25, 2025
27 checks passed
@Innixma Innixma deleted the dry_run_dep_warn branch April 16, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants