Correlation between each feature columns and label column
Build your first model linear regression and try some methods to evaluate (MAE, MSE, RMSE)
Make some insights and conclusion about the data
Things you did well:
You can actually load data and perform simple visualization steps.
More familiar with seaborn, it's a library built on top matplotlib, very powerful and great potential for visualize task. Visualization plays an important role in data science. It's not only help you understand data but also a good way to explain the problem to your client, your boss.
Things to work on:
You need to practice more and complete the whole assignment as it will provide you useful experience. :)
Try your best to get used to the concept of training+testing set and fitting machine learning model.
Keep up the good work. You’re getting better and better.
The goal of this assignment is focus on:
Things you did well:
Things to work on:
Keep up the good work. You’re getting better and better.