Skip to content
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

Multilabel Predictor Issue #3905

Open
YilanHipp opened this issue Feb 6, 2024 · 0 comments
Open

Multilabel Predictor Issue #3905

YilanHipp opened this issue Feb 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working module: tabular priority: 1 High priority
Milestone

Comments

@YilanHipp
Copy link

I have trained a model 'Multilabel Predictor' in my local computer. I need to run a airflow pipeline to predict the data and store predictions in a table in redshift. The issue with the model stored in my computer is that the pickle file has the hardcore path of my computer (screenshot 1: first line of the pickle file), so when airflow tries to predict, theres an error that the path cannot be recognized. Due this situation, i've trained the same model in SageMaker and i stored it in a path of S3. When i try to predict the model (the one stored in s3), theres another error that botocore cant locate the credentials. (screenshot 2: logs error airflow).

Please, can you provide me any information of what can i do to do a airflow pipeline with the multilabel predictor of autogluon, i already did this for tabular predictor and it worked perfect.

image
Screenshot 1
image
Screenshot 2

@shchur shchur added module: tabular bug: unconfirmed Something might not be working Needs Triage Issue requires Triage labels Feb 20, 2024
@Innixma Innixma added bug Something isn't working priority: 1 High priority and removed bug: unconfirmed Something might not be working Needs Triage Issue requires Triage labels Jun 27, 2024
@Innixma Innixma self-assigned this Jun 27, 2024
@Innixma Innixma added this to the 1.2 Release milestone Jun 27, 2024
@Innixma Innixma modified the milestones: 1.2 Release, 1.3 Release Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module: tabular priority: 1 High priority
Projects
Status: No status
Development

No branches or pull requests

3 participants