Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 544 Bytes

summary_stats.rst

File metadata and controls

25 lines (19 loc) · 544 Bytes

Summary Statistics

You can use NannyML to calculate summary statistcs of your data. There are five summary statistics available:

  • Summation
  • Average
  • Standard Deviation
  • Median
  • Row Count

You can use the summary statistics to both perform simple drift checks as well as perform data quality checks depending on your particular use case.

.. toctree::
   :maxdepth: 2

   summary_stats/sum
   summary_stats/avg
   summary_stats/std
   summary_stats/median
   summary_stats/count