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
We should have more specific errors so it's easier for users to fix the error and try uploading the dataset again. See attached screenshot for an example:
The text was updated successfully, but these errors were encountered:
Related to this, uploading a dataset with a non-numeric data feature or target variable is allowed, but building experiments errors out with error "ValueError: Could not Convert String to Float: 'Iris Setosa'"
Steps to recreate: Upload the attached iris.csv where the "target" is a String. The file will be accepted, but experiments will fail.
We should reject any invalid datasets with user-friendly error messages.
We should have more specific errors so it's easier for users to fix the error and try uploading the dataset again. See attached screenshot for an example:
The text was updated successfully, but these errors were encountered: