Quiz Space

Machine Learning Practice · End Term · 11 Dec 2022 · September 2022 term · Set ETD1-2

Question 22: The correct code block or blocks to set adaptive learnin…

Question 22

+3 marksOne correct option

The correct code block or blocks to set adaptive learning rate while using SGDRegressor will be:

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

Correct answer

  • C

Question 22 of 38 in the IIT Madras BS Machine Learning Practice (MLP) End Term paper sat on 11 Dec 2022, in the September 2022 term (IIT M DIPLOMA AN1 EXAM ETD1 11 Dec 2022). It carries 3 marks.

More questions from this paper

  1. Q1We wish to load digit dataset from sklearn. Which of the following will result into an error?
  2. Q2Which of the following statements is/are incorrect about the AUC?
  3. Q3Which of the following options represents the correct option to set the regularization rate in RidgeClassifier?
  4. Q4Putting loss=hinge in class sklearn.linear_model.SGDClassifier(loss=’hinge’) dictates which of the following loss funct…
  5. Q5Which of the following Naive Bayes algorithms can be applied if the data is imbalanced?
  6. Q6Which of the following options represents the correct output for the following block of code?
  7. Q7Mention which of the following statement(s) is / are correct?\ Statement 1: Incremental learning is a dynamic technique…
  8. Q8Which of the following options implements largest measure of regularization, i.e. which of these models will have lowes…
  9. Q9Consider the following scatter plots of four different input datasets: Which data will be classified better using gauss…
  10. Q10Consider following statements regarding a decision tree model:\ It is a non-parametric model.\ It has a tendency to und…
  11. Q11When a node is split in a decision tree (in sklearn):
  12. Q12Consider following statements:\ The K-means algorithm aims to choose centroids that minimise the inertia.\ The K-Means …
  13. Q13Hierarchical Clustering can also be called as
  14. Q14Which of the following options represents the major difference between HashingVectorizer and CountVectorizer?
  15. Q15The partial_fit in sklearn’s Perceptron model helps to:
  16. Q16Figure question
  17. Q17Which of the following are hyper parameters in a decision tree in sklearn?
  18. Q18Enter the output (up to 2 decimal points) for the following block of code.
  19. Q19Consider the following code snippet:
  20. Q20Which of the following is likely to be the correct output of the code given below?
  21. Q21Which of the following is likely to be the correct output of the code given below?
  22. Q23Consider following statements:\ Statement 1 : In order to extend ROC curve and ROC area to multi-label classification, …
  23. Q24Which of the following options represents the correct output for the following block of code?
  24. Q25Which of the following options represents the correct output for the following block of code?
  25. Q26Which of the following options represents the correct output of the following block of code?
  26. Q27You have a regression problem to solve with following information:\ All features are numerical.\ The dataset has size o…
  27. Q28Consider the following code and select the correct options.\ (Note: Assume necessary imports.)
  28. Q29Refer the dataframe(df) given below and enter the correct output (up to 2 decimal points) for the following block of co…
  29. Q30The output of the following block of code will be:
  30. Q31Enter the output (up to 2 decimal points) for the following block of code.
  31. Q32What is the correct output of the following block of code?\ [Note: LinearSVC implements “one-vs-the-rest” multi-class s…
  32. Q33Which of the following options represents all the correct precision, Recall, and accuracy values for the confusion matr…
  33. Q34Which of the following options represents the correct output of the following block of code?
  34. Q35Rajesh wants to tune hyper parameters of an AdaBoost model for a classification problem with following specifications:\…
  35. Q36Asha wants to train a bagging classifier with following specifications:\ Base estimator as k nearest neighbour classifi…
  36. Q37Based on the given code, select all option which will be considered as input alpha value for our RidgeCV estimator.
  37. Q38Which of the following could be the possible output of print(results.best_score_)?