Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs fix #1220

Merged
merged 3 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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