Instructor: José Manuel Calderón Trilla (jmct@umd.edu)
Data science encapsulates the interdisciplinary activities required to create data-centric products and applications that address specific scientific, socio-political or business questions. It has drawn tremendous attention from both academia and industry and is making deep inroads in industry, government, health and journalism—just ask Nate Silver!
This course focuses on (i) data management systems, (i) exploratory and statistical data analysis, (ii) data and information visualization, and (iv) the presentation and communication of analysis results. It will be centered around case studies drawing extensively from applications, and will yield a publicly-available final project that will strengthen course participants' data science portfolios.
This course will consist primarily of sets of self-contained lectures and assignments that leverage real-world data science platforms when needed; as such, there is no assigned textbook. Each lecture will come with links to required reading, which should be done before that lecture, and (when appropriate) a list of links to other resources on the web.
There will be a weekly quiz on ELMS relating to the material from that week. Of these weekly quizzes (about 14), you must take 10. Each quiz is pass/fail where anything about 60% is considered a pass. Because only 10 are required, there is no need to worry if you miss a quiz! Just make sure that you take at least 10 of them over the whole semester. If you take more than 10 of the quizzes, we will only count the 10 best scores.
Students enrolled in the course should be comfortable with programming (for those at UMD, having passed CMSC216 will be good enough!) and be reasonably mathematically mature. The course itself will make heavy use of the Python scripting language by way of Jupyter Notebooks, leaning on the Anaconda package manager; we'll give some Python-for-data-science primer lectures early on, so don't worry if you haven't used Python before. Later lectures will delve into statistics and machine learning and may make use of basic calculus and basic linear algebra; light mathematical maturity is preferred at roughly the level of a junior CS student.
There will be one written, take-home (obviously, given COVID-19 and all) midterm examination. There will not be a final examination; rather, in the interest of building students' public portfolios, and in the spirit of "learning by doing", students will create a self-contained online tutorial to be posted publicly. This tutorial can be created individually or in a small group. As described here (subject to change!), the tutorial will be a publicly-accessible website that provides an end-to-end walkthrough of identifying and scraping a specific data source, performing some exploratory analysis, and providing some sort of managerial or operational insight from that data.
Final grades will be calculated as:
This course is aimed at junior- and senior-level Computer Science majors, but should be accessible to any student of life with some degree of mathematical and statistical maturity, reasonable experience with programming, and an interest in the topic area. If in doubt, e-mail me: jmct@umd.edu!
We are going to use Discord as a replacement for the physical space that we don't have access to during COVID. This means that it's appropriate to use Discord for office hours and or short high-bandwidth discussions that would usually take place before/after class. Note that Discord is not appropriate for things like asking for accommodation or other such issues/concerns, please email José (jmct@umd.edu) with [CMSC320]
in the email subject line.for those things.
Discord, while useful, can be very 'stream of conscious' and does not allows for threading when several students have the same concern. Therefore for course-related questions, please use Piazza.
As mentioned above: for private correspondence or special situations (e.g., excused absences, DDS accomodations, etc), please email José (jmct@umd.edu) with [CMSC320]
in the email subject line.
Human | Time | Location |
---|---|---|
Anubhav | 2PM-4PM Monday, 10AM-12PM Wednesday; Piazza on 12PM-2PM Friday | Online |
José Manuel Calderón Trilla | By appointment; please email José (jmct@umd.edu) with [CMSC320] in the email subject line. |
Zoom |
Kishan Kolur | 10AM-12PM Tuesday; Piazza on 11AM-1PM Thursday | Online |
Jerry Peng | 11AM-1PM Wednesday, 1PM-3PM Friday; Piazza on Monday 1PM-3PM | Online |
Noor Singh | 3PM-5PM on Wednesday and Thursday; Piazza on Sunday 12PM-2PM | Online |
Yow-Ting Shiue | 10AM-12PM on Monday and Friday; Piazza on Wednesday 7PM-9PM | Online |
Qingyang Tan | 2PM-4PM on Wednesday; Piazza on Wednesday 10AM-12PM | Online |
Julian Vanecek | 4PM-6PM Friday and Sun; Piazza on Tuesday 7PM-9PM | Online |
Amulya Velamakanni | 3PM-5PM on Thursday; Piazza on 4PM-6PM Saturday | Online |
Laura Zheng | 1PM-3PM on Wednesday; Piazza on Monday evenings | Online |
Policies relevant to Undergraduate Courses are found here: http://ugst.umd.edu/courserelatedpolicies.html. Topics that are addressed in these various policies include academic integrity, student and instructor conduct, accessibility and accommodations, attendance and excused absences, grades and appeals, copyright and intellectual property.
Course evaluations are important and the department and faculty take student feedback seriously. Near the end of the semester, students can go to http://www.courseevalum.umd.edu to complete their evaluations.
# | Date | Topic | Reading | Slides | Lecturer | Notes |
---|---|---|---|---|---|---|
1 | 01/25 | Introduction | What the Fox Knows. | pdf, pptx |
Calderón Trilla | Sign up on Piazza! |
2 | 01/27 | What is Data & Lightning Python Overview | Anaconda's Test Drive. | pdf, pptx |
Calderón Trilla | |
3 | 02/1 | Scraping Data (with Python) I | "What happens when you type google.com into your browser's address bar?" | Calderón Trilla | ||
4 | 02/3 | Scraping Data (with Python) II | Think about data link | Calderón Trilla | ||
4 | 02/8 | Scraping Data (with Python) III | Think about data (extended edition!) link | pdf, notebook |
Calderón Trilla | Example APIs: WMATA API, NOAA API, Library Docs: Requests, JSON, Beautiful Soup |
5 | 02/10 | NumPy & SciPy, & Best Practices | Introduction to pandas. | pdf, simple web-scrapping notebook, numpy notebook |
Calderón Trilla | Pandas tutorials: link |
6 | 02/15 | Data Wrangling I: Pandas & Tidy Data | Hadley Wickham. "Tidy Data." | pdf, Notebook from class |
Calderón Trilla | Hould's Tidy Data for Python |
7 | 02/17 | Data Wrangling II: Tidy data & SQL | Derman & Wilmott's "Financial Modelers' Manifesto." | pdf, web2pandas Notebook |
Calderón Trilla | SQLite: link; pandasql library: link |
8 | 02/22 | Graphs | Introduction to GraphQL: link | pdf, sqlite in python example |
Calderón Trilla | NetworkX: link |
9 | 02/24 | Graphs, & Summary Statistics and Transformations | Backstrom & Kleinberg. "Romantic Partnerships and the Dispersion of Social Ties: A Network Analysis of Relationship Status on Facebook," CSCW-14. arXiv link. | Calderón Trilla | ||
10 | 03/01 | Summary Statistics and Transformations | pdf, .ipynb | Calderón Trilla | ||
11 | 03/03 | Missing Data I | Pandas tutorial on working with missing data. | Calderón Trilla | Scikit-learn's imputation functionality: link | |
12 | 03/08 | Missing Data II, & Data Wrangling Wrap-Up: Data Integration, Data Warehousing, Entity Resolution | Data Cleaning: Problems and Current Approaches (Note: this is a reference piece; please don't read the whole thing!) | Calderón Trilla | Wikipdia article on outliers | |
13 | 03/10 | Missing Data III: Syntax & Semantics | NLTK Book. | pdf, .ipynb |
Calderón Trilla | Python Natural Language Toolkit (NLTK): link; Criticisms of the Turing Test: link |
14 | 03/15 | Spring Break 1 | — | — | Nobody | Enjoy! |
15 | 03/17 | Spring Break 2 | — | — | Nobody | Enjoy! |
16 | 03/22 | Natural Language I | NLTK Book. | pdf, pptx | Calderón Trilla | Python Natural Language Toolkit (NLTK): link; Criticisms of the Turing Test: link, Previous Semester's exam link |
17 | 03/24 | Natural Language II | Continued from last class ... | pdf, pptx | Calderón Trilla | Continued from last class ... |
18 | 03/29 | Midterm Review & TBD | — | Midterm review: pdf | Calderón Trilla | New material from this lecture will not be included on the midterm. |
19 | 03/31 | Midterm | — | — | Calderón Trilla | |
20 | 04/05 | Looking toward the rest of the semester | Final Tutorial Instructions+Rubric | Calderón Trilla | ||
21 | 04/07 | Introduction to Machine Learning | Hal Daumé III. A Course in Machine Learning. | Calderón Trilla | ||
22 | 04/12 | Introduction to Machine Learning II | Russell & Norvig's Chapter 18 lecture slides: | Calderón Trilla | Scikit-learn's basic decision tree functionality: link; Bart Selman's CS4700: link | |
23 | 04/14 | Introduction to Machine Learning III | — | notebook | Calderón Trilla | |
24 | 04/19 | Decision Trees, Overfitting, k-NN | Calderón Trilla | xkcd on overfitting: link; Polynomial features/Interaction terms in Scikit: link | ||
25 | 04/21 | ML IV: Feature Engineering, k-NN, Random Forests | Nguyen & Holmes. "Ten quick tips for effective dimensionality reduction," PLoS Computational Biology. | Calderón Trilla | Wikipedia article on the confusion matrix: link | |
26 | 04/26 | ML V: Polynomials, k-means, SVM | Best Practices for Recommender Systems (from Microsoft). | Calderón Trilla | ||
27 | 04/28 | Scaling It Up | Dean & Ghemawat. "MapReduce: Simplified Data Processing on Large Clusters," CACM. | Calderón Trilla | Wikipedia on SGD: link Using AWK and R to parse 25tb: link | Command-line Tools can be 235x Faster than your Hadoop Cluster link|
28 | 05/03 | Industrial Speaker | Nichole Schimanski | |||
29 | 05/05 | Industrial Speaker | Chas Emerick | |||
29 | 05/10 | Data Science Ethics | The Atlantic. "Everything We Know About Facebook's Secret Mood Manipulation Experiment" Apple's brief overview of differential privacy: ; Barocas, Hardt, & Narayanan. Fairness in Machine Learning. | Calderón Trilla | What is GDPR? (link), A SIGCOMM paper that passed IRB review but is widely seen as unethical: link | |
Final | 05/17 | Final Exam Date | Final versions of tutorials must be posted by 4:00PM, the exam time. | Instructions & rubric: link |
In addition to the tutorial to be posted publicly at the end of the semester, there will be four "mini-projects" assigned over the course of the semester (plus one simple setup assignment that will walk you through using git, Docker, and Jupyter). The best way to learn is by doing, so these will largely be applied assignments that provide hands-on experience with the basic skills a data scientist needs in industry.
Posting solutions publicly online without the staff's express consent is a direct violation of our academic integrity policy. Late assignments will not be accepted.
# | Description | Date Released | Date Due | Project Link |
---|---|---|---|---|
0 | Setting Things Up | January 27 | Febuary 3 | link |
1 | Solar Power | Feb 11 | March 4 | link |
2 | Moneyball | March 6 | March 26 | link |
3 | Gap Minder | April 9 | April 28 | link |
4 | Baltimore Crime | May 3 | May 11 | link |
In the spirit of "learning by doing," students created a self-contained online tutorial to be posted publicly. Tutorials could be created individually or in a small group. The intention was to create a publicly-accessible website that provides an end-to-end walkthrough of identifying and scraping a specific data source, performing some exploratory analysis, and providing some sort of managerial or operational insight from that data. Below is a list of (most of) the tutorials created in the Spring 2021 version of CMSC320.
Project Title | URL |
---|
Missing an exam for reasons such as illness, religious observance, participation in required university activities, or family or personal emergency (such as a serious automobile accident or close relative’s funeral) will be excused so long as the absence is requested in writing at least 2 days in advance and the student includes documentation that shows the absence qualifies as excused; a self-signed note is not sufficient as exams are Major Scheduled Grading Events. For this class, such events are the final project assessment and midterms, which will be due on the dates listed in the schedule above. The final exam is scheduled according to the University Registrar.
For medical absences, you must furnish documentation from the health care professional who treated you. This documentation must verify dates of treatment and indicate the timeframe that the student was unable to meet academic responsibilities. In addition, it must contain the name and phone number of the medical service provider to be used if verification is needed. No diagnostic information will ever be requested. Note that simply being seen by a health care professional does not constitute an excused absence; it must be clear that you were unable to perform your academic duties.
It is the University’s policy to provide accommodations for students with religious observances conflicting with exams, but it is the your responsibility to inform the instructor in advance of intended religious observances. If you have a conflict with a planned exam, you must inform the instructor prior to the end of the first two weeks of the class.
The policies for excused absences do not apply to project assignments. Projects will be assigned with sufficient time to be completed by students who have a reasonable understanding of the necessary material and begin promptly. In cases of extremely serious documented illness of lengthy duration or other protracted, severe emergency situations, the instructor may consider extensions on project assignments, depending upon the specific circumstances.
Besides the policies in this syllabus, the University’s policies apply during the semester. Various policies that may be relevant appear in the Undergraduate Catalog.
If you experience difficulty during the semester keeping up with the academic demands of your courses, you may consider contacting the Learning Assistance Service in 2201 Shoemaker Building at (301) 314-7693. Their educational counselors can help with time management issues, reading, note-taking, and exam preparation skills.
Although every effort has been made to be complete and accurate, unforeseen circumstances arising during the semester could require the adjustment of any material given here. Consequently, given due notice to students, the instructors reserve the right to change any information on this syllabus or in other course materials. Such changes will be announced and prominently displayed at the top of the syllabus.
Please read the university’s guide on Course Related Policies, which provides you with resources and information relevant to your participation in a UMD course.
As we go through the course sometimes I will mention additional resources or next steps. None of this is required for the course, but students have asked for me to keep a record of which texts/websites I mention.