File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,18 @@ transition: slide
25
25
26
26
</section >
27
27
28
+
29
+ <section data-markdown >
30
+
31
+ ## Introductions
32
+
33
+ * Name
34
+ * Institution
35
+ * Role
36
+ * Experience with ML
37
+
38
+ </section >
39
+
28
40
<section data-markdown >
29
41
30
42
### 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
125
137
126
138
For this tutorial, we will guide you through reading in, plotting, and deciding on research questions.
127
139
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 )
131
143
132
144
133
145
@@ -141,9 +153,9 @@ With the same assessment scores, we will determine what factors contribute most
141
153
142
154
We will also evaluate different models to try to understand how robust our findings are.
143
155
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 )
147
159
148
160
[ Regression Methods in Python] ( https://scikit-learn.org/stable/supervised_learning.html#supervised-learning )
149
161
You can’t perform that action at this time.
0 commit comments