Data VisualizationThe data visualization plot presents a comprehensive image of the data that allows you to look at the entire data at once, which is...
Investigating Features Interaction with ALEInvestigating the nature of interaction between two features and its effect on a model’s prediction might provide insightful knowledge...
Working PointWorking point is an easy knob to use in order to optimize the model performance to fit our needs. Working point (WP) is a value between 0...
Categorical Features TableThe categorical features table summarizes multiple statistics about every categorical feature in the data, allowing it to be investigated...
Feature InteractionFeatures often interact with each other under model predictions, and therefore interaction analysis can provide meaningful insights for...
Numerical Features TableThe numerical features table summarizes multiple statistics about every numerical feature in the data, allowing it to be investigated all...
Features Shared DistributionShared distribution heatmap is a very useful and visual way to examine the spread and legitimacy of the data and understand how different...
Feature HistogramFeature histogram enables a single glance to view each features general distribution split between the labels categories. For continuous...
Feature LeakageThe feature leakage ROC plot is a graphic way to evaluate the potential leakage there might be between each feature and the label. Data...
Labels DistributionThe label distribution pie chart gives us a quick way to understand the balance of labels in the data, identifying potential unbalancness...
Precision-Recall CurvePrecision-Recall Curve is a graphic way to evaluate the model performance and trade-offs under different working points. Precision is a...
Confusion MatrixConfusion Matrix is a table that describes the performance of a classification model on a set of test data for which the true values are...
Counterfactual AnalysisCounterfactuals provide an easy to understand local explanation to models prediction using a counter example providing a what-if...
Anchor AnalysisAnchors provide an intuitive set of rules that emphasis the features that are locally sufficient for the model to make a decision. These...
Dependence Plot Per FeatureThe partial dependence plot (PDP) shows the marginal effect one or two features have on the predicted outcome of a machine learning...
Prediction HistogramA prediction histogram is an intuitive graphic way for visualizing model predictions and the separation it achieves for the actual...
Force PlotForce plots are a very intuitive and visual way to understand the influence of each feature on the models prediction for a specific...
Calibration PlotCalibration plots give us a snapshot to understand how well a model's prediction correlate with a measure of probability that it is...
Receiver Operating Characteristic (ROC) CurveReceiver Operating Characteristic Curve is a graphic way to evaluate the model performance and the trade-offs under different working...
Feature ImportanceFeature Importance plots are a great way to get a sense quickly how much a model is relying on each feature to make it predictions....