Skip to content

Commit 938f900

Browse files
committed
remove non-existing method
1 parent 6d1b0af commit 938f900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)