forked from data-8/data-8.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
policies.html
170 lines (152 loc) · 14.9 KB
/
policies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<title>Policies</title>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./theme/css/main.css" />
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">
Data 8 Fall 2017
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="./office-hours.html">Office Hours</a></li>
<li class="active"><a href="./policies.html">Policies</a></li>
<li><a href="./resources.html">Resources</a></li>
<li><a href="./schedule.html">Schedule</a></li>
<li><a href="./staff.html">Staff</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://goo.gl/forms/zZVlZW6X2vxqCwrs1">Attendance</a></li>
<li><a href="http://data8.org/connector/">Connectors</a></li>
<li><a href="http://datahub.berkeley.edu/">DataHub</a></li>
<li><a href="http://data8.org/datascience/">Datascience Docs</a></li>
<li><a href="https://goo.gl/forms/Weh4GtljDPBmZ85r1">Feedback</a></li>
<li><a href="https://piazza.com/berkeley/fall2017/data8">Piazza</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<h2>Policies</h2>
<h3>Course Description</h3>
<p>Foundations of Data Science combines three perspectives: inferential thinking, computational thinking, and real-world relevance. Given data arising from some real-world phenomenon, how does one analyze that data so as to understand that phenomenon? The course teaches critical concepts and skills in computer programming and statistical inference, in conjunction with hands-on analysis of real-world datasets, including economic data, document collections, geographical data, and social networks. It delves into social issues surrounding data analysis such as privacy and design.</p>
<h3>Prerequisites</h3>
<p>This course does not have any prerequisites beyond high-school algebra. The curriculum and format is designed specifically for students who have not previously taken statistics or computer science courses. Students with some prior experience in either statistics or computing are welcome to enroll, though some parts of the course will be slow. Students who have taken both statistics and computer science courses should instead take a more advanced course.</p>
<h3>Materials & Resources</h3>
<p>Our primary text is an online book called <a href="http://inferentialthinking.com/">Computational and Inferential Thinking: The Foundations of Data Science</a>. This text was written for the course by the course instructors.</p>
<p>The computing platform for the course is hosted at <a href="http://datahub.berkeley.edu/">datahub.berkeley.edu</a>. Students find it convenient to use their own computer for the course. If you do not have adequate access to a personal computer, we have machines available for you; please contact the instructor.</p>
<h3>Support</h3>
<p>You are not alone in this course; the staff and instructors are here to support you as you learn the material. It's expected that some aspects of the course will take time to master, and the best way to master challenging material is to ask questions. For online questions, use <a href="http://piazza.com/">Piazza</a>. We will also hold <a href="office-hours.html">office hours</a> for in-person discussions.</p>
<h3>Labs</h3>
<p>Weekly labs are a required part of the course and should be submitted during your lab session. To receive credit, you must attend lab, work on the lab assignment until you're finished or the lab period is over, and get checked off by a course staff member. Labs will be released on Monday night. If you don't want to attend lab physically, you may complete a lab assignment remotely, but you must complete it by Tuesday at 11:59pm to receive credit. Note that if you attend lab, you can still get credit even if you don't finish all of the lab problems. However, if you choose to work remotely, you must finish the entire lab to receive credit. Each person must submit each lab independently, but you are welcome to collaborate with other students in your lab room.</p>
<h3>Sections</h3>
<p>Small-group tutoring sections will be available to a subset of students who sign up for them during the second week of classes. For students who have not programmed before, these sections will be an excellent use of your time. Details about sign-ups will be shared in lecture and posted here.</p>
<h3>Assignments</h3>
<p>Data science is about analyzing real-world data sets, and so a series of projects involving real data are a required part of the course. You may work with a single partner on all projects; your partner must be from your lab section.</p>
<p>Weekly homework assignments are a required part of the course. Each student must submit each homework independently, but you are allowed to discuss problems with other students.</p>
<h3>Exams</h3>
<p>The midterm exam will be held in class (during the lecture period) on Friday, October 6. The final exam will be held from 3 p.m. to 6 p.m. on Tuesday December 12. Unless you have accommodations as determined by the university or permission from the instructor, you must take the midterm and the final at the dates and times provided here. Please check your course schedule and make sure that you have no conflicts with these exams.</p>
<p><a name="participation"></a></p>
<h3>Participation</h3>
<p>Participation points can be earned in one of two ways: attending lecture or completing a final independent data exploration. Lecture attendance will begin to count in week 3; the first two weeks are optional. Students who have previously taken both computer science and statistics courses cannot receive participation credit for attendance; they must complete a final independent data exploration.</p>
<p>Details:</p>
<ul>
<li>The <em>final independent data exploration</em> can be completed in pairs and is expected to required 10-20 hours of work. The purpose of the exploration is to apply what you've learned to some data set of your choosing. Explorations will require the following elements. Correct execution of every element is sufficient for full credit. You will present your exploration during RRR week to the course staff.<ol>
<li>Choose and describe a data set that includes at least two tables, some quantitative variable, and some categorical variable.</li>
<li>Visualize some quantitative variable(s) of the data in a way that summarizes the data effectively and write a short observational description.</li>
<li>Visualize some categorical variable(s) of the data in a way that summarizes the data effectively and write a short observational description.</li>
<li>Summarize some aspect of the data in a table that involves grouping or pivoting and write a short observational description.</li>
<li>Summarize some aspect of the data in a table that involves joining the two tables and write a short observational description.</li>
<li>State a hypothesis related to the data and the corresponding null hypothesis.</li>
<li>Perform a statistical test for the hypothesis and write a short conclusion.</li>
<li>Describe a prediction problem related to the data.</li>
<li>Apply a prediction technique to the problem and briefly justify your choice of approach.</li>
<li>Evaluate the prediction technique quantitatively and write a short conclusion.</li>
</ol>
</li>
<li>The requirement for <em>attending lecture</em> is to attend at least 2 lectures in each of at least 10 weeks, starting with week 3. Every Monday, Wednesday, or Friday in which lecture is not held (holidays, midterm, etc.), all students will receive credit as if they had attended lecture. Therefore, if a week has only 2 lectures because of a holiday, you only need to attend 1 of 2 to receive credit. In the event that wireless connectivity interrupts the attendance process, the instructor may announce that all enrolled students receive attendance credit. Not attending could potentially save you 10-20 hours; just enough time to complete your data exploration. Attendance will be taken via a Google Form. Yes, it's possible to fake attendance, but doing so is quite silly given that you have another option. Students caught faking attendance will fail the course. If you are intending to earn attendance credit but can't attend due to unforeseen circumstances, just fill out the <a href="https://goo.gl/forms/XVtX9q53p3PZH3bZ2">excuse request form</a>.</li>
<li>Students who have substantial prior experience in both statistics and computer science are only eligible for the data exploration option. That's not to punish you; it's to ensure that this course actually furthers your education. Both of the following must be true for this policy to apply to you.<ol>
<li>In a prior semester, you have passed one of the following courses at Berkeley: Stat 2, 20, 21, 133, 134, 135 or any upper-division course containing the words "Probability" or "Statistics" in the course title, such as EE 126 or IEOR 172.</li>
<li>In a prior semester, you have passed one of the following courses at Berkeley: Stat 133, CS 61A, CS 61B, or Engineering 7.</li>
</ol>
</li>
</ul>
<h3>Grading</h3>
<p>Grades will be assigned using the following weighted components:</p>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{padding:4px 4px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{padding:4px 4px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-yw4l{vertical-align:top}
</style>
<table class="tg">
<tr>
<th class="tg-yw4l">Activity</th>
<th class="tg-yw4l">Grade</th>
</tr>
<tr>
<td class="tg-yw4l">Participation</td>
<td class="tg-yw4l">5%</td>
</tr>
<tr>
<td class="tg-yw4l">Lab</td>
<td class="tg-yw4l">10%</td>
</tr>
<tr>
<td class="tg-yw4l">Homework</td>
<td class="tg-yw4l">20%</td>
</tr>
<tr>
<td class="tg-yw4l">Projects</td>
<td class="tg-yw4l">25%</td>
</tr>
<tr>
<td class="tg-yw4l">Midterm</td>
<td class="tg-yw4l">10%</td>
</tr>
<tr>
<td class="tg-yw4l">Final</td>
<td class="tg-yw4l">30%</td>
</tr>
</table>
<p>The course will not be curved, but further details of grading criteria may not be announced until the end of the course. It is certainly possible for all students to receive high grades in this course if all of you show mastery of the material on exams and complete all assignments.</p>
<h3>Learning Cooperatively</h3>
<p>With the obvious exception of exams, we encourage you to discuss all of the course activities with your friends and classmates as you are working on them. You will definitely learn more in this class if you work with others than if you do not. Ask questions, answer questions, and share ideas liberally.</p>
<p>Since you're working collaboratively, keep your project partner and the course staff informed. If some medical or personal emergency takes you away from the course for an extended period, or if you decide to drop the course for any reason, please don't just disappear silently! You should inform your project partner, so that nobody is depending on you to do something you can't finish.</p>
<h3>Academic Honesty</h3>
<p>Cooperation has a limit, however. You should not share your code or answers directly with other students. Doing so doesn't help them; it just sets them up for trouble on exams. Feel free to discuss the problems with others beforehand, but not the solutions. Please complete your own work and keep it to yourself. The exception to this rule is that you can share everything related to a project with your project partner and turn in one project between you.</p>
<p>Penalties for cheating are severe — they range from a zero grade for the assignment or exam up to dismissal from the University, for a second offense.</p>
<p>Rather than copying someone else's work, ask for help. You are not alone in this course! The course staff is here to help you succeed. If you invest the time to learn the material and complete the projects, you won't need to copy any answers.</p>
<h3>Late Submission</h3>
<p>We don't accept late submissions of labs or homeworks after the deadline. In lieu of offering exceptions or extensions, your lowest homework score and lowest lab score will be dropped. Projects will be accepted up to 2 days (48 hours) late; a project submitted less than 24 hours after the deadline will receive 2/3 credit, a project submitted less than 48 hours after the deadline will receive 1/3 credit, and a project submitted 48 hours or more after the deadline will receive no credit.</p>
<p>If you have a special circumstance that you believe requires an extension, you must contact your lab TA explaining the situation at least 24 hours before the due date of the assignment.</p>
<h3>Late Adds</h3>
<p>If you add the class late and were not on the waitlist, we will give you a grace period for submitting assignments if you contact us right away; please contact Fahad Kamran at [email protected] as soon as you add the course with your name, Student ID number, Calnet ID (username), and @berkeley.edu email address.</p>
<p>If you are on the waitlist, please do all coursework and attend labs and lectures; all assignments are due at the normal times.</p>
<h3>A Parting Thought</h3>
<p>This page shouldn't end with a list of penalties for cheating or lateness, because penalties and grades aren't the purpose of the course. We actually just want you to learn. Please keep that goal in mind throughout the semester. Welcome to Data 8.</p>
</div>
<footer id="contentinfo" class="body">
</footer><!-- /#contentinfo -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>