-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The goal of this assignment was to introduce you to 2 main concepts in Machine Learning: Data Visualization and Exploratory Data Analysis. You learn how to query and clean data using pandas library in Python, make some plots which help to understand more about data with seaborn lib.
Things you did well:
- Discovered the usage of many new functions!
shape, unique, nunique, max, min, head, value_counts. Great job!
Things to work on:
- You need to become a little more comfortable with Python. Try taking a few simple tutorials online, and most importantly, practise! Mastery comes through repetition.
One minor tip:
- You can use mean function to calculate average
ecom["Purchase Price"].mean()
Keep up the good work with the homework assignments. Good job exploring the interesting machine learning questions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels