Knowledge Graph — Coursera Notes › Academic disciplines › Information Technology / Computer Science › Artificial Intelligence › Machine Learning & Data › Model Testing › Test case design
Equivalence partitioning
concept · part of Test case design
Test case design also employs equivalence partitioning, which divides the input space into partitions where the model is expected to behave similarly. Each partition represents a subset of inputs with shared characteristics, reducing total test cases by grouping similar inputs. For example, in classification, inputs are divided by predicted classes; for numeric predictions, value ranges are tested for consistent performance.
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.