Skip to content

Commit

Permalink
Docs fix (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenasamuylova committed Jul 24, 2024
1 parent fff2a0e commit 062601b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/book/presets/data-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ For two datasets, it lists the top-5 pairs of variables **where correlation chan

#### 3.2. Correlation heatmaps

{% hint style="info" %}
**This widget has been removed from Preset in versions above 0.4.31**. You can add it to your Report as `DatasetCorrelationsMetric()`.
{% endhint %}


This section includes four heatmaps.

For categorical features, Evidently calculates the [Cramer's v](https://en.wikipedia.org/wiki/Cramér%27s_V) correlation matrix.
Expand Down
1 change: 0 additions & 1 deletion docs/book/reference/all-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ We are doing our best to maintain this page up to date. In case of discrepancies
* `DatasetSummaryMetric()`
* `ColumnSummaryMetric()` for `all` or specified `сolumns`
* `DatasetMissingValuesMetric()`
* `DatasetCorrelationsMetric()`

**Optional parameters**:
* `columns`
Expand Down
1 change: 0 additions & 1 deletion docs/book/reference/all-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Preset name: `DataQualityTestPreset()`
* `TestNumberOfConstantColumns()`
* `TestNumberOfDuplicatedColumns()`
* `TestNumberOfDuplicatedRows()`
* `TestHighlyCorrelatedColumns()`

**Optional parameters**:
* `columns`
Expand Down

0 comments on commit 062601b

Please sign in to comment.