Quiz Space

Machine Learning Practice · Quiz 1 · 7 Jul 2024 · May 2024 term

Question 11: Each row represents a data point. There are exactly 4 po…

Question 11

+3 marksOne correct option

Consider following data and answer the given subquestions:

Each row represents a data point. There are exactly 4 points. The index of points starts from 0 and ends at 3 (included).

Which of the following pairs have the highest euclidean distance? Note: take care of the missing values and adjust accordingly. The options refer to the indices of points.

  1. A

    1 and 2

  2. B

    0 and 2

  3. C

    1 and 3

  4. D

    2 and 3

  5. E

    0 and 1

  6. F

    There is a tie between two or more options.

  7. G

    None of these.

Show answer

Correct answer

  • E

    0 and 1

Question 11 of 24 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 1 paper sat on 7 Jul 2024, in the May 2024 term (IIT M DIPLOMA AN EXAM QDD2 7 July 2024). It carries 3 marks.

More questions from this paper

  1. Q1What will be the output of the following code snippet? Enter -1, if you think the above code snippet will generate an e…
  2. Q2What will be the output of the following code snippet? Enter -1, if you think the above code snippet will generate an e…
  3. Q3What will be the output of the following code snippet? Enter -1, if you think the above code snippet will generate an e…
  4. Q4What will be the output of the following code snippet? Enter -1, if you think the above code snippet will generate an e…
  5. Q5Given the data, which of the following options will provide the same output?
  6. Q6If you would like to see the most frequent car manufacturers in the dataset, which of the following can be used?
  7. Q7Which of the following choice(s) are correct ?
  8. Q8Which of the following options are true about Pearson correlation matrix ?
  9. Q9Figure question
  10. Q10We need to preprocess the data before using it for model building due to which of the following reasons ?
  11. Q12Each row represents a data point. There are exactly 4 points. The index of points starts from 0 and ends at 3 (included…
  12. Q13Consider following data and code snippet: Based on the above data, answer the given subquestions. What will be the outp…
  13. Q14Consider following data and code snippet: Based on the above data, answer the given subquestions. What will be the outp…
  14. Q15Consider following data and code snippet: Based on the above data, answer the given subquestions. What will be the outp…
  15. Q16Consider following data and code snippet: Based on the above data, answer the given subquestions. What will be the outp…
  16. Q17Consider following data and code snippet: Based on the above data, answer the given subquestions. Which of the followin…
  17. Q18Which of the following options will be the output of the given code?
  18. Q19Go through the code snippet given below and answer the given subquestions.
  19. Q20Consider the following code: Which of the following may be the correct output of the above code?:
  20. Q21Consider the following code: Which of the following is more likely to be true?
  21. Q22What will be the output of the following code ?
  22. Q23What is the purpose of the tol parameter of the SGDRegressor() in the given code below?
  23. Q24Consider the following code block and if needed make appropriate assumptions: Which of the following may be appropriate…