lucylow / udacity_student_engagement

Investigating Udacity student engagement and performance.

Home Page:https://nbviewer.jupyter.org/github/lucylow/udacity_student_engagement/blob/master/student_engagement.ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Project Completion Analysis

Data analysis on correlations between project completion rates on Udacity and the following variables:

  1. Minutes engaged in a week
  2. Lessons completed in a week
  3. Number of days visiting the classroom in a week

Prerequisites

  • IPython Notebook
  • Python 2
  • Numpy
  • Matplotlib

Getting Started

The full analysis is in the notebook student_engagement.ipynb.

Acknowledgements

This dataset was homework from Udacity's Intro to Data Analysis course on the data analysis process and using pure python with few additional libraries.