Skip to content

Made compatible with new Autogluon version #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

azdaly
Copy link

@azdaly azdaly commented Aug 5, 2021

Issue #2:

Autogluon now uses TabularDataset and TabularPredictor instead of TabularPrediction. I fixed a couple quick lines to make them compatible. This now works in my hands. Not totally ideal to have to pull a binary, so I can pull the .py file if you'd prefer.

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

azdaly added 2 commits August 4, 2021 21:12
The binary imports TabularPrediction from autogluon. This is no longer supported with recent autogluon versions.
Updated TabularPrediction to TabularDataset and TabularPredictor.
@motin
Copy link

motin commented Oct 2, 2021

@azdaly Make sure to also update autogluon-tab-with-test.py :)

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