Quiz Space

Machine Learning Practice · Quiz 1 · 16 Oct 2022 · September 2022 term

Question 15: Which of the following code blocks will correctly return…

Question 15

+2 marksOne or more correct options

Which of the following code blocks will correctly return an array of feature variables?

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • B
  • D

Question 15 of 20 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 1 paper sat on 16 Oct 2022, in the September 2022 term (IIT M QUIZ 1 FOUNDATION DAD DIPLOMA QPD2 16 Oct 2022). It carries 2 marks.

More questions from this paper

  1. Q1The violin plot shown in Figure 2 demonstrates the age of passengers on the Titanic ship. Mark the approximate age rang…
  2. Q2Which of the following Sklearn objects can help you to reduce, expand or generate feature representations?
  3. Q3What will be the output of the following code?
  4. Q4Go through the code snippet given below: What will be the shape of the feature matrix (X.shape) and the label vector (y…
  5. Q5Which of the following options is likely to be the correct output of the code snippet given below?
  6. Q6In the figure 1, what are the names of classes arranged in the increasing order of the median values?
  7. Q7Go through the code snippet given below and mark the correct output.
  8. Q8Which of the following is likely to be the correct output of the code given below?
  9. Q9Which of the following is likely to be the correct output of the code given below?
  10. Q10Consider the following code snippet: Which of the following could be the correct output?
  11. Q11Which of the following options will be the correct output of print(clf.coef_)?
  12. Q12Go through the code snippet given below and mark the correct output.
  13. Q13Which of the following is likely to be the correct output of the code given below?
  14. Q14Which of the following code blocks will correctly take the learning rate as‘optimal’ ?
  15. Q16Scikit-Learn’s API is remarkably well designed. The main design principles are:-
  16. Q17Go through the code block given below: Which of the following can’t be the correct output of the given code block?
  17. Q18Enter the correct output of the following code block.
  18. Q19Which of the following options will be the output of the given code?
  19. Q20Which of the following could be the possible output of print(reg.score())?