Description
- Do the following
-
- Return the 30×2 matrix where first column presents no. of hours of sunshine and second column presents no. of icecreams sold. Divide the data into training and testing sets.
- Plot the training data into a figure using the ”plot” command. Set the axes labels using the ”xlabel” and ”ylabel” commands.
- Apply Least Square Regression to predict the no. of icecreams sold given the no. of hours of sunshine. Plot it using ”plot” command.
- Perform the aforesaid steps for multiple independent variables. You can define your own data or can use any publicly available dataset.
—– Page 1 of 1 —–



