Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checks/asserts in code base versus test suite #5

Open
ttimbers opened this issue Oct 24, 2024 · 1 comment
Open

Checks/asserts in code base versus test suite #5

ttimbers opened this issue Oct 24, 2024 · 1 comment

Comments

@ttimbers
Copy link
Member

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?

@ttimbers
Copy link
Member Author

ChatGPT agrees that checks/asserts are not sufficient: https://chatgpt.com/share/671aae62-6140-800d-8996-f7cb23459e53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant