You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. What is the primary purpose of `train_test_split`in Scikit-learn?<br>
223
227
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
226
230
d) To visualize the distribution of data.<br>
227
231
*(Answer: (2) :eyes:)*
228
232
{ .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>
230
235
231
236
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>
232
237
a) `sns.histplot(data=df, x='Height', y='Weight')`<br>
0 commit comments