Skip to content

Commit

Permalink
Update custom-schedule.html
Browse files Browse the repository at this point in the history
remove individual lessons that won't be covered
  • Loading branch information
luciewoellenstein44 authored Oct 30, 2023
1 parent 0ffd71f commit 4847dc0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions _includes/custom-schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3>Day 1 : November 13 10:00-17:00</h3>
<td colspan="2" style="text-align:center"><strong>Lessons</strong></td>
</tr>
<tr> <!-- row 2 -->
<td rowspan="7" style="vertical-align:middle"><a href="https://carpentries-incubator.github.io/machine-learning-novice-python/">Introduction to machine learning</a></td> <!-- time -->
<td rowspan="6" style="vertical-align:middle"><a href="https://carpentries-incubator.github.io/machine-learning-novice-python/">Introduction to machine learning</a></td> <!-- time -->
<td>Introduction</td> <!-- content -->
</tr>
<tr> <!-- row 3 --> <!-- time -->
Expand All @@ -24,10 +24,7 @@ <h3>Day 1 : November 13 10:00-17:00</h3>
<tr> <!-- row 7 --> <!-- time -->
<td>Evaluation</td> <!-- content -->
</tr>
<tr> <!-- row 8 --> <!-- time -->
<td>Bootstrapping (won't cover) </td> <!-- content -->
</tr>
<tr> <!-- row 9 -->
<tr> <!-- row 8 -->
<td colspan="2" style="text-align:center"><strong>&nbsp;</strong></td> <!-- time -->
</tr>
</table>
Expand Down Expand Up @@ -76,7 +73,7 @@ <h3>Day 2 : November 14th 10:00-17:00</h3>
<td colspan="2" style="text-align:center"><strong>Lessons</strong></td>
</tr>
<tr> <!-- row 2 -->
<td rowspan="8" style="vertical-align:middle"><a href="https://carpentries-incubator.github.io/machine-learning-trees-python/">Tree models</a></td> <!-- time -->
<td rowspan="7" style="vertical-align:middle"><a href="https://carpentries-incubator.github.io/machine-learning-trees-python/">Tree models</a></td> <!-- time -->
<td>Introduction</td> <!-- content -->
</tr>
<tr> <!-- row 3 --> <!-- time -->
Expand All @@ -95,9 +92,6 @@ <h3>Day 2 : November 14th 10:00-17:00</h3>
<td>Random forest</td> <!-- content -->
</tr>
<tr> <!-- row 8 --> <!-- time -->
<td>Gradient boosting</td> <!-- content -->
</tr>
<tr> <!-- row 9 --> <!-- time -->
<td>Evaluation</td> <!-- content -->
</tr>
<tr> <!-- row 10 -->
Expand Down

0 comments on commit 4847dc0

Please sign in to comment.