Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micdavis committed Feb 21, 2023
1 parent 3db61e3 commit 24c6573
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified docs/0.8.8/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/0.8.8/doctrees/profiler.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/0.8.8/html/_sources/profiler.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ between them. Create the difference report like this:
The `.diff()` operation is available between two profiles, although there are different
outputs depending on the type of profile being differenced. For example, for numerical
column profiles (e.g. integers and floats), two valuable calculations that
`.diff()` returns are `t-test` and `psi` (Popoulation Stability Index)
`.diff()` returns are `t-test`, `chi2-test`, and `psi` (Popoulation Stability Index)
for understanding distributional changes.

The difference report contains a dictionary that mirrors the profile report.
Expand Down
2 changes: 1 addition & 1 deletion docs/0.8.8/html/profiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h3>Profile Differences<a class="headerlink" href="#profile-differences" title="
<p>The <cite>.diff()</cite> operation is available between two profiles, although there are different
outputs depending on the type of profile being differenced. For example, for numerical
column profiles (e.g. integers and floats), two valuable calculations that
<cite>.diff()</cite> returns are <cite>t-test</cite> and <cite>psi</cite> (Popoulation Stability Index)
<cite>.diff()</cite> returns are <cite>t-test</cite>, <cite>chi2-test</cite>, and <cite>psi</cite> (Popoulation Stability Index)
for understanding distributional changes.</p>
<p>The difference report contains a dictionary that mirrors the profile report.
Each data type has its own difference:</p>
Expand Down

0 comments on commit 24c6573

Please sign in to comment.