In this assignment you will take a data set for cars then do a linear regression to predict mpg.
Refer to the Linear Regression slides. Look at the note books in csis-machine-learning
- linear_regression in the Sample Analysis directory
- data_cleaning in the Data Frames directory
Modify the Assignment5 note book by adding in code sections to finish the tasks listed.
Process: There are multiple parts to the assignment. Fill in the code and notes sections associated with each part. You should not need to add in extra sections, but if you feel the need, do so.
Anytime you complete a part, you are required to commit to your local personalized copy of the repository. You will then push to the github repository. Use good commit messages. Points will be deducted if you don't commit for each part. Note: It is always acceptable to make a change to a section later. Just remember to commit and push your work.