morpheusvn / hw

0 stars 0 forks source link

Thanks! #1

Open coderschoolreview opened 5 years ago

coderschoolreview commented 5 years ago

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:

One minor tip:

ecom[ecom['Lots']=='90 WT']['Purchase Price'] "Lots" isn't a correct column name, it should be "Lot"

Overall, excellent work! You are demonstrating that you are understanding the material and doing a great job of applying it. Keep it up!

coderschoolreview commented 5 years ago

The goal of this assignment is for you to learn to build and evaluate a model using scikit-learn library in Python. You learn how to do Data pre-processing, splitting it into training and test sets, training your model using training sets and evaluating its performance on test sets.

Things you did well: Discovering the usage of many new functions! Understanding how to use data to train a model using library in Python. This is a very important step! You are familiar with extracting information from your data and model. Good job!

Some minor tips: