## good
307] Grade feedback question [CS
Syllabus
Course Name and Number
- CS 307 - Modeling and Learning in Data Science
- Lecture Section: MLD
- Discussion Section: D1
Location and Time
The Fall 2023 version of the course is in-person.
- Lecture: Monday and Wednesday, 9:30 AM - 10:45 PM, 1302 Everitt Laboratory
- Discussion: Friday, 9:30 AM - 10:45 PM, 1302 Everitt Laboratory
Course Staff
Please refer to the course staff by their given names. For example, your instructor is named Dave1. If you refer to the staff as “Professor” or “TA,” we might refer to you as “student,” which seems odd.
Instructor
Teaching Assistants
- Lahari Anne [Email] [Office Hours]
- Eunice Chan [Email] [Office Hours]
Learning Objectives
After this course, students are expected to be able to:
- Identify supervised (regression and classification) and unsupervised (clustering) learning problems.
- Understand the bias-variance tradeoff and its relationship to model complexity and overfitting.
- Validate and select machine learning models and their parameters using techniques such as cross-validation.
- Prepare and process data for use with machine learning methods.
- Formulate practical, real-world problems as machine learning problems.
- Evaluate effectiveness of machine learning methods when used as a tool for data analysis or as a component of a system.
- Implement simple machine learning methods from scratch using Python’s
numpy
. - Apply machine learning methods using frameworks such as Python’s
scikit-learn
andpytorch
.
Course Content
Course Description
Course Catalog: Introduction to the use of classical approaches in data modeling and machine learning in the context of solving data-centric problems. A broad coverage of fundamental models is presented, including linear models, unsupervised learning, supervised learning, and deep learning. A significant emphasis is placed on the application of the models in Python and the interpretability of the results.
The above description is based on the Illinois Course Catalog. This version of the course may deviate slightly from this description. The course website (in particular the weekly links) will provide an overview of the course content and schedule.
Topics
Tentative subjects include:
- Basics: Supervised and Unsupervised Learning, Parametric versus Nonparametric Methods, Bias-Variance Trade-Off, Cross-Validation, No Free Lunch, Model Selection and Evaluation
- Regression: Linear Regression, Decision Trees, KNN
- Classification: Logistic Regression, Decision Trees, KNN, LDA, QDA, Naive Bayes
- Extensions: Regularization (Ridge, Lasso, Elastic Net), Ensemble Learning (Bagging, Boosting, Random Forests)
- Unsupervised: PCA, K-Means Clustering, Hierarchical Clustering, Mixture Models, EM Algorithm
Towards the end of the semester, we will use any remaining and available time to introduce neural networks and deep learning.
Textbooks
There is no required textbook for CS 307. Instead, course content will be distributed through a combination of lectures, notes, and additional (freely available) resources. Required readings will be posted each week.
Optional Textbooks
- TP Think Python
- Allen B. Downey
- P4DA Python for Data Analysis
- Wes McKinney
- MDWwP Minimalist Data Wrangling with Python
- Marek Gagolewski
- PP4DS Python Programming for Data Science
- Tomas Beuzen
- BAML Business Applications of Machine Learning
- Tomas Beuzen
- DLwP Deep Learning with PyTorch
- Tomas Beuzen
Prerequisites
The stated prerequisite for CS 307 is STAT 207 and a linear algebra course, preferably one of MATH 225, MATH 227, MATH 257, MATH 415, MATH 416, or ASRM 406. Students will be expected to have experience with probability, statistics, and Python programming as taught in STAT 107 and STAT 207. Comparable experiences may be acceptable, but do consider speaking with an advisor if you find yourself in that situation.
Course Communication
We will use several forms of communication for this course. The website will be the one-stop-shop for all course information. Course announcements will be sent via email. Be sure you are regularly checking your @illinois.edu
email account2.
If you would like to communicate with the course staff, our preferred methods of communication, in order, are:
- Office Hours
- Discussion Forum (Ed)
Email should largely be reserved for private matters. As much as possible, we would appreciate you asking questions about the course where we can respond so that other students benefit from your questions! It’s cliche to say, but if you have a question, someone else is probably thinking it!
Office Hours
For Fall 2023…
The office hour schedule is always subject to change, but the times above are the general expectation. As such, the dates and times will be posted each week along with the course materials.
Office hours are by far our preferred forum for discussing individual, specific questions. In office hours, our response time will be literally instant. Also, since we are both present in the same physical location (or together on Zoom), follow-up is both expected, and easy. Using asynchronous forms of communication such as the discussion forum or email will have a slower response rate and a much lower communication bandwidth. In other words, please come to office hours!
Office hours will be a rather informal meeting. As such, if the instructor and a student are engaged in causal conversation not directly related to a pressing matter in CS 307, like a homework question, please just jump into the conversation and interrupt! If office hours are “busy” the instructor may institute an informal queuing system, but the hope is to keep office hours more relaxed and informal.
If you would like to schedule a private meeting outside of regular office hours, please send an email suggesting two possible times, on two different days.3 We have a preference for time-slots directly adjacent to current office hours. Please also indicate a brief agenda for the meeting. Requests to schedule a meeting at a time less than 24 hours in the future are unlikely to be granted.
Discussion Forum
This course will use Ed as our discussion forum.
Please register your account with your University email.4
The course staff will attempt to check Ed at least once a day during the week, thus you can often expect a response within 24 hours, except for weekends. If you need a quicker response, you should consider office hours as an alternative.
Private posts have been disabled. Any private matters should be discussed over email where your identity is known. Some anonymous posting is disabled. You may post anonymously to your classmates, but not the course staff.
Additional Ed policy can be found in a pinned post on Ed.
Email Policy
CS 307 will follow a strict email policy. Instead of email, consider using the discussion forum! Any quick, non-private communication should take place there.
If you’d like to email the instructor or course staff, consider the following:
- Is your question about course administration? If so, have you read the syllabus? If your question is easily answered in the syllabus, we will either refer you to the syllabus, or ignore your email.
- Is your question about part of an assignment? First and foremost: You should ask it in office hours. After that, consider the discussion board. As a last resort, use email, but there is a good chance you will be re-directed to the discussion board.
If you choose to send an email, you must adhere to the following three rules. If you do not, your email will be considered less import than other emails which follow the rules and response time will be slower.
- All email must originate from an
@illinois.edu
email address.5 - Your subject line must begin with exactly the following: [CS 307]
- After the above, put a single space, followed by a useful but short description of your message.
## bad
## improper format
## non-descriptive subject
[cs307] hi
## bad
## improper format
[CS307] Grade feedback question
## bad
## improper format
## subject too long
## information found in syllabus or website
307]when is the exam and what is covered on the exam? [CS
If your email is sent between 9:00 AM Monday and 11:59 PM Thursday, and you follow the above directions, we will try our best to respond within 24 hours. Questions about an assessment sent the same day the assessment is due will likely not receive a response before the assessment is due. Plan accordingly.
Code Discussion
If your question is technical in nature, there are several steps you can take to insure a speedy response on Ed.
First and foremost, you should ask Google before you ask the course staff. Take the error message you obtained and search it with Google. The ability to solve problems this way is an extremely value skill, possibly one of the most important you should learn (but are not taught) during your academic career. Make a legitimate effort to solve the problem on your own. You won’t always be able to, and if you can’t, post on Ed. (Or better yet, stop by office hours.)
If you need to ask the course staff, include the following in your discussion forum post:
- All code that is required to re-create the error.
- Staff should be able to run your code, without any modification, and obtain the same error or output.
- The exact error message received.
In this course, for everything expect exams and projects, we greatly prefer over-sharing to under-sharing code. We would rather everyone learn from others’ “mistakes” than have everyone experience the same issues over and over again. However, if you simply try to copy and paste other students’ code to get through the homework, you will likely fail the exam. The course staff reserves the right to change this policy if we feel it is being abused.
Course Staff Emails
Role | Name | |
---|---|---|
Instructor | David Dalpiaz | dalpiaz2@illinois.edu |
Teaching Assistant | Lahari Anne | lanne2@illinois.edu |
Teaching Assistant | Eunice Chan | ecchan2@illinois.edu |
Assessments
CS 307 will use four types of assessments: homework, labs, exams, and projects.
With the exception of exams and projects, all course assignments are due at 11:59 PM, Central (Champaign) time, on the listed due date.
- Homework is due on Thursdays.
- Labs are due on Thursdays.
Both homeworks and labs will generally be released on the Thursday before they are due.
Homework
Throughout the semester, there will be a total of eight homework assignments, administered through the PrairieLearn system.
Additional information and instructions can be found on the homework policy page of the course website:
Labs
There will be a total of eight labs throughout the semester, mostly submitted through Canvas.
Additional information and instructions can be found on the lab policy page of the course website:
Exams
There will be two exams. Both exams will be administered through PrairieLearn, PrairieTest, and proctored via Zoom. Additional information (including dates and times) and instructions can be found on the exam policy page of the course website:
Project
There is no final exam for the course. Instead, there will be an individual final project. Additional information and instructions can be found on the project policy page of the course website:
Deadlines
Except for the exams, all deadlines are at 11:59 PM, Champaign local time, on the listed day. Recall that the listed deadlines for homework assignments are for 105% credit.
Assessment | Deadline |
---|---|
Lab 01 | Thursday, September 7 |
Homework 01 | Thursday, September 7 |
Lab 02 | Thursday, September 14 |
Homework 02 | Thursday, September 14 |
Lab 03 | Thursday, September 21 |
Homework 03 | Thursday, September 21 |
Lab 04 | Thursday, September 28 |
Homework 04 | Thursday, September 28 |
Exam 01 | Friday, October 6 |
Lab 05 | Thursday, October 19 |
Homework 05 | Thursday, October 19 |
Lab 06 | Thursday, October 26 |
Homework 06 | Thursday, October 26 |
Lab 07 | Thursday, November 2 |
Homework 07 | Thursday, November 2 |
Lab 08 | Thursday, November 9 |
Homework 08 | Thursday, November 9 |
Exam 02 | Friday, November 17 |
Final Project | Thursday, December 14 |
Homework 00 and Lab 00 exist only as practice and are not part of your course grade.
Course Technology
Use of Python is required to complete the course. Visual Studio Code will be our supported IDE, but alternative tools may be used as a substitute.
Learning Management
A mixture of Canvas, Ed, PrairieLearn, and PrairieTest will be used for Learning Management.
- Ed - Discussion Forum
- PrairieLearn - Homework and Exams
- PrairieTest - Exams
- Canvas - Labs and Final Project
Grading
Assessment Weights
Assessment | Percentage |
---|---|
Homework | 40 |
Lab | 20 |
Exam 01 | 15 |
Exam 02 | 15 |
Final Project | 10 |
The homework sub-score will be the average of the eight homework assignments. While buffer points are available for homework, your homework sub-score cannot exceed 100%.6 The lab sub-score will be the average of your eight lab grades.
Grade information for homework and exams can be found on PrairieLearn. Grade information for labs and the final project can be found on Canvas.
Grading Scale
A | B | C | D | |
---|---|---|---|---|
Plus | 99 | 87 | 77 | 67 |
Neutral | 93 | 83 | 73 | 63 |
Minus | 90 | 80 | 70 | 60 |
The instructor reserves the right to lower, but not raise, grade cutoffs. However, this policy should not create an expectation that this will happen. Asking for a change in cutoffs will make any change in cutoffs less likely. Grading in the course is not competitive. There is nothing (other than some statistical realities) that would prevent the entire class from receiving a grade of A.
Grade Disputes
If you feel an assignment was graded incorrectly, you have one week from the date you received a grade to discuss it with the instructor.
After one week, grading is final except for exceptional circumstances. You may not simply ask for a re-grade, but instead must justify to the instructor why the grading was done incorrectly. By disputing any grading, you agree to allow the instructor to review the entire assessment in question for other errors missed during grading. Requests must be sent via email.7 Grade disputes over trivial points will likely be met with frustration.8
All grade disputes must be approved by the course instructor. Teaching Assistants do not have authority to modify grades.
Academic Integrity
The official University of Illinois policy related to academic integrity can be found in Article 1, Part 4 of the Student Code. Section 1-402 in particular outlines behavior which is considered an infraction of academic integrity. These sections of the Student Code will be upheld in this course. Any violations will be dealt with in a swift, fair, and strict manner. In short, do not cheat, it is not worth the risk. You are more likely to get caught than you believe. If you think you may be operating in a gray area, you most likely are.
Additional Information
Safety
The university values your safety. Please read this document or watch this video.
Disability Accommodations
To obtain disability-related academic adjustments or auxiliary aids, students with disabilities must contact the course instructor and the Disability Resources and Educational Services (DRES) as soon as possible. To contact DRES, you may visit 1207 S. Oak St., Champaign, call 217-333-4603, email disability@illinois.edu or go to the DRES website.
To ensure appropriate accommodation is provided in a timely manner, please provide your Letter of Accommodation during the first week of class. Letters received after a relevant assessment has been administered will likely cause logistical issues that could result in an inability to accommodate.
The Extended Syllabus
For some thoughts on teaching philosophy, some explanation of policies, and some general tips for success, please see The Extended Syllabus.
Changes
The instructor reserves the right to make any changes he considers academically advisable. Such changes, if any, will be announced. Please note that it is your responsibility to keep track of the course proceedings.