get started with python coursera week 5 quiz answers

Assess your Course 2 end-of-course project

This is the rubric for the Course 2 end-of-course project. You will use this rubric to review and grade your own work. The rubric grading process is an important part of the learning experience because it allows you to objectively assess your end-of-course project against a set of criteria.

There are a total of 12 points for the end-of-course project and 12 items in this rubric. Each rubric item is worth 1 point. The items are grouped by topic and correspond to each step you completed for the Course 2 end-of-course project. 

To use the rubric, first open your end-of-course project notebook, executive summary, and PACE strategy document. Next, review each rubric item’s grading criteria. Then respond to each statement by marking “yes” or “no.” 

When you complete and submit the rubric, you will receive a percentage score. This score will help you confirm whether you completed the required steps of the end-of-course project; the recommended passing grade for this project is 80% (or 10/12 points). If you want to increase your score, you can revise your project and then resubmit this rubric to reflect any changes you make. Try to achieve at least 10 points on this rubric before continuing on to the next course.

Imports

The following rubric items assess the imports for your end-of-course project.

1. Applicable packages and libraries were imported to the code notebook.

  • Yes
  • No

2. The dataset was imported and read into the notebook using the pd.read_csv() function.

  • Yes
  • No

Data Analysis

The following rubric items assess the data analysis work you completed for your end-of-course project.

3. The head() function was used to analyze the data.

  • Yes
  • No

4. The info() function was used to analyze the data.

  • Yes
  • No

5. The describe() function was used to analyze the data.

  • Yes
  • No

Visualizations

The following rubric items assess the visualizations you created for your end-of-course project.

6. A histogram for the column “total_amount” was plotted.

  • Yes
  • No

7. A histogram for the column “trip_distance” was plotted.

  • Yes
  • No

Results and/or Evaluation

The following rubric items assess the concluding steps of your end-of-course project, including evaluation and summary of findings.

8. All questions in the code notebook were answered.

  • Yes
  • No

9. All questions in the PACE strategy document were answered.

  • Yes
  • No

10. The executive summary mentioned the tasks completed for this end-of-course project.

  • Yes
  • No

11. The executive summary included information regarding the results of the data variable assessment.

  • Yes
  • No

12. The executive summary identified recommended next steps in order to build a predictive model.

  • Yes
  • No

Leave a Reply