-
Notifications
You must be signed in to change notification settings - Fork 272
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
Added tabular regression task and renamed Structured Data Classification widget #166
Conversation
You don't need Gitaly, you can just do |
@osanseviero I did start mongo and redis and I got errors regarding gitaly. I'm currently removing everything and start from scratch, it usually works when I do that :) |
Partly fixes #137 |
There seems to be a merge conflict. Could you also add a screenshot of how the icon looks at the description of the PR please? |
Yeah, you need to merge to fix the conflict if not it can't be merged 😄 |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
IDK why but my conflict was very small yet it said it was too big, didn't raise it as a conflict. 🤯 it's fine as is. |
Closing because it was easier to actually open another PR from a branch of a main repo (in favor of this #176) I made my life harder 😅 |
This PR adds
tabular-regression
task, it's icon and renames the widget and uses it for both tabular-classification andtabular-regression
tasks (swappedStructuredDataClassificationWidget
withTabularDataWidget
)