Skip to content

Conversation

canerturkmen
Copy link
Contributor

… SimpleAbstractTrainer

Issue #, if available:

Description of changes:

  • Makes AbstractTrainer generic in the model type, allowing tighter type checking for timeseries. This signals to users that AbstractTrainers will always be coupled to an AbstractModel object that they work with. This is also a good first step for moving shared stuff out of AbstractModel and refactoring AbstractTimeSeriesModel which still improperly inherits from AbstractModel.
  • Removes the redundant SimpleAbstractTrainer from timeseries.

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

@canerturkmen canerturkmen added code cleanup Fixing warnings/deprecations/syntax/etc. module: core labels Jan 22, 2025
@canerturkmen canerturkmen force-pushed the remove-simple-abstract-trainer branch from 1b084e3 to 7d62ff2 Compare January 22, 2025 13:21
shchur
shchur previously approved these changes Jan 22, 2025
Copy link
Collaborator

@shchur shchur left a comment

Choose a reason for hiding this comment

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

LGTM!

@canerturkmen canerturkmen force-pushed the remove-simple-abstract-trainer branch from c41a7c8 to e449b2c Compare January 23, 2025 09:30
Copy link

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

@canerturkmen canerturkmen dismissed shchur’s stale review January 24, 2025 16:46

review in progress

Copy link

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

Copy link
Collaborator

@shchur shchur left a comment

Choose a reason for hiding this comment

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

One small comment, otherwise LGTM!

Copy link
Contributor

@Innixma Innixma left a comment

Choose a reason for hiding this comment

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

Looks great, awesome work!

@canerturkmen canerturkmen force-pushed the remove-simple-abstract-trainer branch from e598ea4 to 93455da Compare January 29, 2025 08:05
Copy link

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

@canerturkmen canerturkmen merged commit 578ab14 into autogluon:master Jan 29, 2025
27 checks passed
@canerturkmen canerturkmen deleted the remove-simple-abstract-trainer branch January 29, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Fixing warnings/deprecations/syntax/etc. module: core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants