Feature request
PR #941 implements dataset splitting and balancing and emits several warnings and runtime errors to the user when the configuration isn't set correctly.
For configuration errors like these, we should present the user with a clean message, not a stack trace. Pydantic is already being used to validate data_request, we should do the same for split, balance and augmentation.
Feature request
PR #941 implements dataset splitting and balancing and emits several warnings and runtime errors to the user when the configuration isn't set correctly.
For configuration errors like these, we should present the user with a clean message, not a stack trace. Pydantic is already being used to validate
data_request, we should do the same for split, balance and augmentation.