8000 Fix ys in tabular by gautam-e · Pull Request #4062 · fastai/fastai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix ys in tabular #4062

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Fix ys in tabular #4062

wants to merge 3 commits into from

Conversation

gautam-e
Copy link
@gautam-e gautam-e commented Jan 7, 2025

When we have a traget of more than one column, to.dataloaders() throws an error (something is wrong with your data...).
This is because the multiple target columns are not handled correctly. This PR attempts to fix that.

@gautam-e gautam-e requested a review from jph00 as a code owner January 7, 2025 16:25
@gautam-e
Copy link
Author
gautam-e commented Jan 7, 2025

Their PR includes the change proposed in PR #4061. Hope that's OK.

@gautam-e gautam-e marked this pull request as draft January 9, 2025 09:59
@gautam-e
Copy link
Author
gautam-e commented Jan 9, 2025

I believe I might've created a bug with something like learn.predict(df.iloc[0]) so let me work on this a bit more.

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.

1 participant
0