Thursday, October 24, 2019

Data Visualization Part-1

The Dataset is Huge, we can't make visualizations for each and so we decided that we are going to make visualization for a single time series and generalize it for others. Though analysis will be done on them separately.


Here is the original data for a time series plotted against date-time. Here, in this case, you see that the variation is more. In terms of the number of hits, values fluctuating from 0-200 is considerable and the peak that we see can be considered an outlier.


No comments:

Post a Comment

Working Progress 8: Random Forest

Random Forest: It technically is an ensemble method (based on the divide-and-conquer approach) of decision trees generated on a randomly ...