The purpose of this article is to explain Histogram
What is a Histogram in the Data Science Toolkit?
Purpose
The purpose of the histogram is it lets to discover, and show the underlying frequency distribution of a set of continuous data.
This will allow the inspection of the data for underlying distribution (normal distribution), skewness, and outliers and so on.
Additional information on Histogram:
Outputs:
- The out is a single bar chart with the raw data selected in binned columns on the x-axis and the row count on the y-axis.
Example:
Data Science Toolkit Histogram User Guide: How to set up a Histogram
For additional information on RAI Data Science Toolkit documentation, click here.