CSC207-2023Y-UofT / ai-playground

course-project-neural-network created by GitHub Classroom
https://csc207-2023y-uoft.github.io/ai-playground/
Apache License 2.0
3 stars 1 forks source link

Add more tests for modelling #102

Closed Rishit-dagli closed 1 year ago

Rishit-dagli commented 1 year ago

Description

In this pull request, I've added a set of additional tests to enhance the test coverage for our modeling module. The goal is to ensure that our modeling code is robust, reliable, and free from unexpected regressions. These new tests cover various scenarios and edge cases to provide comprehensive coverage.

Changes Made

Testing Strategy

Our testing approach for this pull request focused on achieving the following:

  1. Coverage: Expanded test coverage to address areas that previously had limited or no testing.
  2. Scenarios: Tested various scenarios that our modeling module might encounter in real-world usage.
  3. Edge Cases: Covered edge cases to verify the module's behavior in extreme or uncommon situations.
  4. Data Consistency: Ensured that input data remains consistent after undergoing modeling transformations.
  5. Regression Prevention: Confirmed that the existing functionality remains unaffected by the new tests.