helper_drift_analysis | R Documentation |
[BETA] Return a data.frame that contains features, a boolean indicating if the feature may have a different distribution between the submitted datasets (if p-value < threshold), their exact p-value and the test used to compute it.
helper_drift_analysis(dataset_1, dataset_2, p_value = 0.05, features = NULL)
dataset_1 |
the first data set |
dataset_2 |
the second data set |
p_value |
a p-value that will be the decision criteria for deciding if a feature is suspicious 5% by default |
features |
a vector of features names that should be tested. If NULL, only the intersection of the names() will be kept |
vector - a vector of suspicious features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.