File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,18 @@ transition: slide
2525
2626</section >
2727
28+
29+ <section data-markdown >
30+
31+ ## Introductions
32+
33+ * Name
34+ * Institution
35+ * Role
36+ * Experience with ML
37+
38+ </section >
39+
2840<section data-markdown >
2941
3042### What do you want to use Machine Learning for?
@@ -125,9 +137,9 @@ We have collected assessment scores from students on a mechanics concept invento
125137
126138For this tutorial, we will guide you through reading in, plotting, and deciding on research questions.
127139
128- [ Link to Jupyter Notebook] ( https://github.com/learningmachineslab/tutorials/blob/master/exploring-data/data_exploration_tutorial.ipynb )
129-
130- [ Google JamBoard] ( https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing )
140+ * [ Link to Jupyter Notebook] ( https://github.com/learningmachineslab/tutorials/blob/master/exploring-data/data_exploration_tutorial.ipynb )
141+ * [ Link to Data ] ( https://github.com/learningmachineslab/tutorials/raw/master/exploring-data/data/regression_data.csv )
142+ * [ Google JamBoard] ( https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing )
131143
132144
133145
@@ -141,9 +153,9 @@ With the same assessment scores, we will determine what factors contribute most
141153
142154We will also evaluate different models to try to understand how robust our findings are.
143155
144- [ Link to Jupyter Notebook] ( https://github.com/learningmachineslab/tutorials/blob/master/regression/regression.ipynb )
145-
146- [ Google JamBoard] ( https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing )
156+ * [ Link to Jupyter Notebook] ( https://github.com/learningmachineslab/tutorials/blob/master/regression/regression.ipynb )
157+ * [ Link to Data ] ( https://raw.githubusercontent.com/learningmachineslab/tutorials/master/regression/data/regression_data.csv )
158+ * [ Google JamBoard] ( https://jamboard.google.com/d/18xCxRs7PLuf1Zbb0HClImXql8RHqVunD56YzBQ-BKbE/edit?usp=sharing )
147159
148160[ Regression Methods in Python] ( https://scikit-learn.org/stable/supervised_learning.html#supervised-learning )
149161
You can’t perform that action at this time.
0 commit comments