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
In data analysis and machine learning code, many checks/asserts are in code base themselves (e.g., data validation, data leakage, etc) and there might not be tests for these exceptions in the test suite. Is this sufficient for robust ML code? Or one of the necessities, but sufficiency would also require tests for these exceptions in the test suite?
The text was updated successfully, but these errors were encountered:
In data analysis and machine learning code, many checks/asserts are in code base themselves (e.g., data validation, data leakage, etc) and there might not be tests for these exceptions in the test suite. Is this sufficient for robust ML code? Or one of the necessities, but sufficiency would also require tests for these exceptions in the test suite?
The text was updated successfully, but these errors were encountered: