I have a situation where a bargraph is given with average CPU utilization data. The bar graph shows average CPU utilization per hour. The utilization is categorized to be normal, over utilized and under utilized (threshold for categorization are pre-specified). Now I am supposed to give a summary of this graph, like: the utilization on Monday's is high, utilization on Sunday's is below average etc. Kindly suggest how to approach this problem. Is this problem belongs to association rule mining. Are there few Machine Learning algorithms that could be used in such a scenario?

Similar questions and discussions