You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user just provides a split column, they'll get the default split proportions. This leads to the message
Labels contains split column yet split_proportions are also provided. Split column in labels takes precedence.
which is a bit confusing if a user doesn't intentionally provide split proportions. It'd be nice if we detect splits in the labels csv to set split proportions to None, so that this warning only shows up if a user intentionally provides both.
This won't change underlying behavior, just make the logging more intuitive.
The text was updated successfully, but these errors were encountered:
ejm714
changed the title
Set split proportions to none if split column is provided
Set split proportions to None if split column is provided
Jul 11, 2022
Hey, @sambujangfofana and I are students from the University of Michigan. We are currently working on a project wherein we have to contribute to a Github repository(https://eecs481.org/hw6.html). We are pretty interested in this issue and would want to work on it. We hope to submit a pull request this week. Could we be assigned this issue?
If a user just provides a split column, they'll get the default split proportions. This leads to the message
which is a bit confusing if a user doesn't intentionally provide split proportions. It'd be nice if we detect splits in the labels csv to set split proportions to None, so that this warning only shows up if a user intentionally provides both.
This won't change underlying behavior, just make the logging more intuitive.
The text was updated successfully, but these errors were encountered: