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
Connecting a csv missing some expected columns doesn't trigger the previous error message telling the user that some columns are missing (e.g. trying to train after connecting titanic_test.csv instead of titanic_train.csv). An error occurs at training time and doesn't specify what is the problem. Additionally the webapp displays "Training successfully completed" even though an error just occurred.
@tharvik do you think this was introduced in #682?
The text was updated successfully, but these errors were encountered:
ho, yes that's an issue! I think you're right, it was introduced with the rework of loaders; anyway, it is now fixed with the rework of preprocessing in #781
Connecting a csv missing some expected columns doesn't trigger the previous error message telling the user that some columns are missing (e.g. trying to train after connecting
titanic_test.csv
instead oftitanic_train.csv
). An error occurs at training time and doesn't specify what is the problem. Additionally the webapp displays "Training successfully completed" even though an error just occurred.@tharvik do you think this was introduced in #682?
The text was updated successfully, but these errors were encountered: