Skip to content

Commit

Permalink
Update gh-page: add median, mode and mad to difference (#402)
Browse files Browse the repository at this point in the history
* add vocab count to doc

* add option for top common words and characters

* add descriptions

* add descriptions

* update gh pages for correlation

* add memory size

* update mad to gh-page

* add diff for median mode and mad
  • Loading branch information
AnhTruong authored Aug 24, 2021
1 parent 4dac7d9 commit 1222440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@ Below is the structured difference report:
'min': float,
'max': float,
'sum': float,
'mean': float,
'mean': float,
'median': float,
'mode': [list[float], list[float], list[float]],
'median_absolute_deviation': float,
'variance': float,
'stddev': float,
't-test': {
Expand Down

0 comments on commit 1222440

Please sign in to comment.