Question

Lab 05 - Artificial Intelligence

1. What are some of the features included in the housing dataset?

2. In the housing model what is the label or the answer we are trying to predict?

3. In the housing model, how many total data points are there? How many are used to train the ML system? How many are used for testing the efficacy of the system?

4. What does this syntax mean?

5. What kind of weight does the median income feature have in the housing model set and why?

6. What is the one most influencing feature we use in the Python code to predict the median house value in the housing model?

7. What are the high level three steps that you should take when reviewing a machine learning system?