Lecture Notes, Mon 08/21

Data intro

Agenda for Mon 08/21 (from SPIS Google Calendar)

Assignment Calendar for Week 3

Morning:

08:45-10am: Paul (Data Mining / Visualization)

Note: the datascience package is still being setup as of 8/21.

Here is a workaround to avoid using jupyter notebook while still run our code

ipython

%pylab

%run dataintro.py

pylab.show()

You should see the plots displayed properly.