/dsfa-2018sp-public

Public course materials for CS+ORIE+STSCI 1380, Cornell University, Spring 2018

Primary LanguageJupyter Notebook

Data Science For All, Spring 2018

These are the course materials for Data Science For All, taught in Spring 2018 at Cornell University and cross-listed as CS 1380, ORIE 1380, and STSCI 1380. The instructors were Michael Clarkson and Madeleine Udell.

Installation

  • First, install Anaconda with Python 3.

  • After that has completed, open a terminal. (On Mac, run the Terminal app. On Windows, press Win+R, type cmd, and press Enter.) Then type the following command:

    pip install datascience
    
  • Download the course materials as a ZIP file, and extract them from the ZIP.

  • Open Anaconda Navigator. Launch Jupyter Notebook. Navigate to the files you extracted, and open .ipynb notebook(s) in which you are interested. If you're new to Jupyter, you might find this tutorial to be helpful.

Acknowledgment

This course is based on Data 8, a course taught by Ani Adhikari and John DeNero at the University of California, Berkeley. They and their teaching assistants have developed many of the materials we are using in our own course. We are using those materials with their permission, which we gratefully acknowledge.