Skip to content

Thanks! #1

@coderschoolreview

Description

@coderschoolreview

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions