Skip to content

Commit 89e3a7a

Browse files
Update A1_Intro_to_DataScience_and_ML.md
1 parent 9dca07d commit 89e3a7a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/mlpaths/A1_Intro_to_DataScience_and_ML.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
182182
d) The development of software that can reason and solve complex problems like humans.<br>
183183
*(Answer: (1) :eyes:)*
184184
{ .annotate }
185-
<span class="annotate">(1)</span><ol><li>when possible</li></ol>
185+
186+
<span class="annotate">(1)</span><ol><li>when possible</li></ol>
186187

187188
2. Consider the following Python code using Pandas:
188189
```python
@@ -199,7 +200,8 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
199200
d) 6<br>
200201
*(Answer: (2) :eyes:)*
201202
{ .annotate }
202-
<span class="annotate">(2)</span><ol><li>when not possible</li></ol>
203+
204+
<span class="annotate">(2)</span><ol><li>when not possible</li></ol>
203205

204206
3. Which Python library is primarily used for creating statistical visualizations like heatmaps and pair plots with concise syntax?<br>
205207
a) NumPy<br>
@@ -208,7 +210,8 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
208210
d) Scikit-learn<br>
209211
*(Answer: (1) :eyes:)*
210212
{ .annotate }
211-
<span class="annotate">(1)</span><ol><li>when possible</li></ol>
213+
214+
<span class="annotate">(1)</span><ol><li>when possible</li></ol>
212215

213216
4. In a typical classification problem, what is the role of the 'target variable'?<br>
214217
a) It's an input feature used by the model to learn.<br>
@@ -217,7 +220,8 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
217220
d) It's a technique for reducing the number of features.<br>
218221
*(Answer: (1) :eyes:)*
219222
{ .annotate }
220-
<span class="annotate">(1)</span><ol><li>when possible</li></ol>
223+
224+
<span class="annotate">(1)</span><ol><li>when possible</li></ol>
221225

222226
5. What is the primary purpose of `train_test_split` in Scikit-learn?<br>
223227
a) To combine two different datasets into one.<br>
@@ -226,7 +230,8 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
226230
d) To visualize the distribution of data.<br>
227231
*(Answer: (2) :eyes:)*
228232
{ .annotate }
229-
<span class="annotate">(2)</span><ol><li>when not possible</li></ol>
233+
234+
<span class="annotate">(2)</span><ol><li>when not possible</li></ol>
230235

231236
6. If you want to create a scatter plot in Python to visualize the relationship between 'Height' and 'Weight' columns in a Pandas DataFrame `df`, which line of code is most appropriate using Seaborn?<br>
232237
a) `sns.histplot(data=df, x='Height', y='Weight')`<br>

0 commit comments

Comments
 (0)