Problem Statement:
This data consists of temperatures of INDIA averaging the temperatures of all places month
wise. Temperatures values are recorded in CELSIUS
A. Apply Linear Regression using suitable library function and predict the Monthwise temperature.
B. Assess the performance of regression models using MSE, MAE and R-Square metrics
C. Visualize simple regression model.