File tree Expand file tree Collapse file tree 7 files changed +15
-6
lines changed Expand file tree Collapse file tree 7 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 14
14
: ** Lecture 3** {: .label .label-lecture } [ Pandas II] ( lecture/lec03 )
15
15
: [ Note 3] ( https://ds100.org/course-notes/pandas_2/pandas_2.html )
16
16
: ** Lecture Participation 3** {: .label .label-survey } [ Lecture Participation 3] ( https://app.sli.do/event/caWSoD5WpVfambbzQEvc8F/embed/polls/d9c9ffa8-d7f1-4ab9-9293-80f2154b2fc2 )
17
+ : ** Exam Prep 1** {: .label .label-examprep } Pandas
18
+
19
+ <!-- (https://drive.google.com/file/d/1zvNyfBcksKIRpuLG1aoyCW3PIAYSaW3v/view?usp=sharing)
20
+ : [Solution](https://drive.google.com/file/d/1Bj_tu3TnI9aCg1SjHsKENw6ACxx4Gthm/view?usp=sharing), [Video](https://youtu.be/RXnpP7rkTUE) -->
17
21
18
22
19
23
Sep 6
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ Sep 12
13
13
: ** Lecture 5** {: .label .label-lecture} [ Data Cleaning and EDA] ( lecture/lec05 )
14
14
: [ Note 5] ( https://ds100.org/course-notes/eda/eda.html )
15
15
: ** Lecture Participation 5** {: .label .label-survey } [ Lecture Participation 5] ( https://app.sli.do/event/wS4GJWTzozZxQDsEiavuK7/embed/polls/66201f51-73a4-4484-8e0b-d239674a6f84 )
16
+ : ** Exam Prep 2** {: .label .label-examprep } Pandas and EDA
17
+
18
+ <!-- (https://drive.google.com/file/d/1zvNyfBcksKIRpuLG1aoyCW3PIAYSaW3v/view?usp=sharing)
19
+ : [Solution](https://drive.google.com/file/d/1Bj_tu3TnI9aCg1SjHsKENw6ACxx4Gthm/view?usp=sharing), [Video](https://youtu.be/RXnpP7rkTUE) -->
20
+
16
21
17
22
18
23
Sep 13
Original file line number Diff line number Diff line change 12
12
13
13
Oct 11
14
14
: ** Lab 6** {: .label .label-lab } OLS (due Oct 15)
15
- : ** Project A1** {: .label .label-hw } Housing I (due Oct 24)
15
+ : ** Project A1** {: .label .label-proj } Housing I (due Oct 24)
Original file line number Diff line number Diff line change 16
16
17
17
Oct 25
18
18
: ** Lab 8** {: .label .label-lab } Model Selection (due Oct 29)
19
- : ** Project A2** {: .label .label-hw } Housing II (due Oct 31)
19
+ : ** Project A2** {: .label .label-proj } Housing II (due Oct 31)
Original file line number Diff line number Diff line change 13
13
14
14
Nov 15
15
15
: ** Lab 11** {: .label .label-lab } Logistic Regression (due Nov 19)
16
- : ** Project B1** {: .label .label-hw } Spam & Ham I (due Nov 21)
16
+ : ** Project B1** {: .label .label-proj } Spam & Ham I (due Nov 21)
Original file line number Diff line number Diff line change 12
12
13
13
14
14
Nov 22
15
- : ** Project B2** {: .label .label-hw } Spam & Ham II (due Dec 5)
15
+ : ** Project B2** {: .label .label-proj } Spam & Ham II (due Dec 5)
Original file line number Diff line number Diff line change 114
114
115
115
.label-exam { background-color : #000000 ; border-radius : 9px ; }
116
116
117
- // .label-disc { background-color: #63c082 ; border-radius: 9px; }
117
+ .label-examprep { background-color : #1e73a1 ; border-radius : 9px ; }
118
118
119
119
.label-disc { background-color : #498226 ; border-radius : 9px ; }
120
120
121
121
.label-survey { background-color : #615e5e ; border-radius : 9px ; }
122
122
123
- .label-proj { background-color : #FF8144 ; border-radius : 9px ; }
123
+ .label-proj { background-color : #d04500 ; border-radius : 9px ; }
124
124
125
125
}
126
126
}
You can’t perform that action at this time.
0 commit comments