Thursday, October 24, 2019

Our Data


Look at the data visualization above, it's quite evident that the number of hits for the English language is more than the rest. We can use this information to predict peak values in the time-series which is our goal. We want to optimize the use of servers. Here we can say that if the language of the webpage we are predicting for is not English then the numbers of servers required to host the website is less.

Other classifications:


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 ...