Illustrates the decision tree structure to comprehend feature importance and decision paths.
Helps understand how the model makes classification decisions by visualizing the hierarchical structure of the decision rules.
Plots the Receiver Operating Characteristic curve to visualize the trade-off between true positive rate and false positive rate.
Provides insights into the model's ability to discriminate between classes across different thresholds.
Visualizes the classification performance by displaying the counts of true positive, true negative, false positive, and false negative predictions.
Helps identify the types of errors made by the model and assess its overall performance.
Displays actual data points with the model's predictions overlaid as a model line.
Provides a visual representation of how well the model's predictions align with the actual data.
Illustrates feature importance through coefficients in linear models.
Helps identify which features have the most significant impact on the model's predictions.
Displays mean feature effects systematically, showing the average impact of each feature on the target variable.
Helps understand the overall trend of feature effects across the dataset.
Explores the effects of individual features on a single instance.
Provides insights into how changing a specific feature affects the model's prediction for that instance.
Explains trends between features and the target variable.
Helps identify patterns and relationships between features and the target.
Shows the relationship between a feature and the predicted outcome while marginalizing the effects of other features.
Provides insights into how changing a feature's value influences the model's predictions.
Provides a summary of feature contributions to model predictions.
Helps understand the impact of each feature on individual predictions and the overall model behavior.