Skip to content

Commit

Permalink
Minor associations graph polish
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdesignpro committed Nov 5, 2020
1 parent c17b2fd commit d7d3a60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions sweetviz/templates/dataframe_associations.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<span class="bg-tab-detail-wide"></span>
<span class="text-title-tab pos-text-title-tab__no-icon">Associations</span>
<div class="text-med pos-detail-assoc-desc-text" style="font-size: 11px;">
<span class="color-{{ which }}">Showing ONLY dataset "{{ dataframe.source_name if which == 'source' else dataframe.compare_name }}"</span>
<br>&bull; SQUARES are categorical associations (uncertainty coefficient & correlation ratio) from 0 to 1. The uncertainty coefficient is <b>assymmetrical</b>,
<span class="color-{{ which }}">[Only including dataset "{{ dataframe.source_name if which == 'source' else dataframe.compare_name }}"]</span>
<b>Squares</b> are categorical associations (uncertainty coefficient & correlation ratio) from 0 to 1. The uncertainty coefficient is <b>assymmetrical</b>,
(approximating how much the elements on the left PROVIDE INFORMATION on elements in the row).
<br>&bull; CIRCLES are numerical correlations (Pearson's) from -1 to 1.
<br>&bull; The trivial DIAGONAL is intentionally left blank for clarity.
<b>Circles</b> are numerical correlations (Pearson's) from -1 to 1. The <b>trivial diagonal</b> is intentionally left blank for clarity.
</div>
<span class="association-graph-{{ which }} pos-detail-assoc-graph"></span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion sweetviz/templates/sweetviz.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7d3a60

Please sign in to comment.