Steigungsprüfungen
Steigungsprüfungen, also known as gradient tests or slope tests, are a type of assessment used to evaluate the performance of a machine learning model, particularly in classification tasks. They are designed to check how sensitive a model's predictions are to small changes in the input features. The core idea is to perturb the input data slightly and observe the resulting change in the model's output, often the predicted class or probability.
In a typical Steigungsprüfung, a small amount of noise or a minor modification is added to the
These tests are valuable for diagnosing issues such as overfitting, understanding the model's decision boundaries, and