Skip to content

Commit c6bec34

Browse files
Update A1_Intro_to_DataScience_and_ML.md
1 parent 8dc3e31 commit c6bec34

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/mlpaths/A1_Intro_to_DataScience_and_ML.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
225225
b) To separate features from the target variable within a single dataset.<br>
226226
c) To divide a dataset into one part for training the model and another, unseen part for evaluating its performance.<br>
227227
d) To visualize the distribution of data.<br>
228-
*(Answer: c)*
229228
*(Answer:(2) :eyes:)*
230229
{ .annotate }
231230
2. Answer is: <b>c</b>
@@ -235,7 +234,6 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
235234
b) `sns.boxplot(data=df, x='Height', y='Weight')`<br>
236235
c) `sns.scatterplot(data=df, x='Height', y='Weight')`<br>
237236
d) `df.plot(kind='scatter', x='Height', y='Weight')` (This is Pandas plotting, not Seaborn directly)<br>
238-
*(Answer: c)*
239237
*(Answer:(2) :eyes:)*
240238
{ .annotate }
241239
2. Answer is: <b>c</b>
@@ -245,7 +243,6 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
245243
b) `sales_df.display_head(10)`<br>
246244
c) `sales_df.head(10)`<br>
247245
d) `sales_df.first(10)`<br>
248-
*(Answer: c)*
249246
*(Answer:(2) :eyes:)*
250247
{ .annotate }
251248
2. Answer is: <b>c</b>
@@ -255,7 +252,6 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
255252
b) By explaining what the error message typically means, suggesting possible causes, and providing examples of how to fix similar errors.<br>
256253
c) By providing a link to the full Python documentation without context.<br>
257254
d) By advising you to restart your computer.<br>
258-
*(Answer: b)*
259255
*(Answer:(1) :eyes:)*
260256
{ .annotate }
261257
1. Answer is: <b>b</b>
@@ -265,7 +261,6 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
265261
b) The first five rows of the DataFrame.<br>
266262
c) A concise summary of the DataFrame, including data types of columns and non-null counts.<br>
267263
d) The correlation matrix of numerical columns.<br>
268-
*(Answer: c)*
269264
*(Answer:(2) :eyes:)*
270265
{ .annotate }
271266
2. Answer is: <b>c</b>
@@ -275,7 +270,6 @@ This quiz helps you self-assess your understanding. Answers can be verified by r
275270
b) Training a machine learning model.<br>
276271
c) Handling missing values and transforming variables.<br>
277272
d) Presenting results to stakeholders.<br>
278-
*(Answer: c)*
279273
*(Answer:(2) :eyes:)*
280274
{ .annotate }
281275
2. Answer is: <b>c</b>

0 commit comments

Comments
 (0)