Module 5: Course 2 End-Of-Course Project

Spread the love

INTRODUCTION – Course 2 End-Of-Course Project

The learner will subsequently apply all of their acquired knowledge on Python within an end-course project: Select a business problem from a suitable set of choices; use the downloaded data to solve the problem. This project will enable individuals to showcase their talent and build a resume portfolio to potentially attract employers’ interest.

Learning Targets:

  • Identify key results relevant to your audience.
  • Demonstrate a code-based solution in Python.
  • Strategy for approaching a new data science problem.
  • Analyze the given dataset to find solutions.
  • Define a problem statement to clarify the dataset’s inputs and outputs.

QUIZ: ASSESS YOUR COURSE 2 END-OF-COURSE PROJECT

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

  • Yes (CORRECT)
  • No

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

  • Yes (CORRECT)
  • No

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

  • Yes (CORRECT)
  • No

Correct!

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

  • Yes (CORRECT)
  • No

Correct!

5. All questions in the code notebook were answered.

  • Yes (CORRECT)
  • No

Correct!

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

  • Yes (CORRECT)
  • No

Correct!

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

  • Yes (CORRECT)
  • No

Correct!

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

  • Yes (CORRECT)
  • No

Correct!

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

  • Yes (CORRECT)
  • No

Correct!

Leave a Comment