无标题文章

2017-12-04  本文已影响15人  UniGenius_Mx

In this module,we focused on using regression to predict a continuous value(house prices) from features of the house (square feet of living space,numbre of bedrooms,..).We also built an iPython notebook for predicting house prices,using data from King County,USA,the region where the city of Seattle is located.
In this assignment ,we are going to build a more accurate regression model for predicting house prices by including more features of the house. In the process,we will also become more familiar with how the Python langugae can be used for data exploation,data transformations and machine learning.These techniques will be key to building intelligent applications.
Follow the rest of the instructions on this page wo complete your program.When you are done,instead of uploading your code, you will answer a series of quiz questions(see the quiz after this reading)to document your completion of this assignment. The instructions will indicate what data to collect for answering the quiz.

Learning outcomes

Resources you will need

You will need to install the software tools or use the free Amazon EC2 Machine. Instructions for both options are provided in the reading for Module 1.

Now you are ready to get started!

What you will do

Now you are ready! We are going do three tasks in this assignment.There are 3 results you need to gather along the way to enter into the quiz after this reading

  1. Selection and summary statistics: In the notebook we covered in the module, we discovered which neighborhood(zip code)of Seattle had the highest average house sale price.Now ,take the sales data,select only the houses with this zip code,and compute the average price.Save this result to answer the quiz at the end.
    2.Filtering data:One of the key features we used in our model was the number of square feet of living sqace in the house.For this part,we are going to use the idea of filtering data.

Note that using copy and paste from this webpage to the Ipython Notebook sometimes does not work perfectly in some operating systems,especially on Windows.For example,the quotes defining strings myay not paste correctly.Please check carefully if you use copy&paste.

上一篇下一篇

猜你喜欢

热点阅读