File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ Below is a summary of existing methods of `dython`, per module.
6464| --------| -------------|
6565| associations | Computes associations between mixed-type features |
6666| cluster_correlations | Applies clustering to reorder a correlation matrix |
67- | compute_associations | Deprecated; replaced by ` associations(compute_only=True) ` |
6867| conditional_entropy | Computes conditional entropy of X given Y |
6968| correlation_ratio | Computes correlation between categorical and numeric variables |
7069| cramers_v | Computes Cramér’s V between categorical variables |
@@ -78,7 +77,7 @@ Below is a summary of existing methods of `dython`, per module.
7877
7978| Method | Description |
8079| --------| -------------|
81- | ks_abc | Computes KS statistic, ABC, and optional plot |
80+ | ks_abc | Computes and plots KS statistic and area-between-curves |
8281| metric_graph | Plots ROC/PR curves for classifiers |
8382| random_forest_feature_importance | Plots feature importance for Random Forest models |
8483
You can’t perform that action at this time.
0 commit comments