Quiz Space

Machine Learning Practice · End Term · 24 Dec 2023 · September 2023 term · Set FDD1

Question 6: Which of the following method is used to estimate the pro…

Question 6

+2 marksOne correct option

Which of the following method is used to estimate the probabilities in SGD-Classifier with suitable loss?

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

Correct answer

  • A

Question 6 of 38 in the IIT Madras BS Machine Learning Practice (MLP) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M DIPLOMA FN EXAM FDD1 24 Dec 2023). It carries 2 marks.

More questions from this paper

  1. Q1Consider the following Python code using Pandas: What does the groupby operation in the code achieve?
  2. Q2Consider the below code: Which of the following option represents the print output :
  3. Q3Which of the following metrics indicate higher their value, better the regression model’s performance?
  4. Q4Which of the following variations of gradient descent can be implemented with SGDClassifier?
  5. Q5Consider the Ridge regression model in scikit-learn, represented by the Ridge class.\ Which of the following statements…
  6. Q7Figure question
  7. Q8When using CountVectorizer in scikit-learn, what does the max_features parameter control?
  8. Q9Which of these may NOT help in handling overfitting in decision trees?
  9. Q10Which of the following is/are Clustering Method.
  10. Q11You’re working with a large image and want to group similarly coloured segments in the image together. No other informa…
  11. Q12Figure question
  12. Q13Figure question
  13. Q14Consider the following code snippet using scikit-learn: Assume that X_train and y_train are training feature matrix and…
  14. Q15Which of the following code snippets represent correct methods to obtain cross validated performance measure using Leav…
  15. Q16Figure question
  16. Q17You’re building an ‘MLPClassifier‘ for a dataset with a large number of features. The goal is to predict whether a pati…
  17. Q18Which of the following code snippet can correctly plot the elbow graph for feature matrix X (k value is taken from 1 to…
  18. Q19You're working on a binary classification task using the ‘MLPClassifier’ to predict whether a customer will make a purc…
  19. Q20The following code produces an output of 0.9125. How is the output expected to change if we increase the max_depth valu…
  20. Q21Consider the following block of code for the binary classification dataset. Shape of feature matrix is (10000,4) and la…
  21. Q22Given the following code using BaggingClassifier with KNeighborsClassifier as the base estimator: Which of the followin…
  22. Q23Consider a dataset representing various attributes of red wine, loaded into a Pandas DataFrame named data using the fol…
  23. Q24Consider the following Python code snippet that demonstrates the use of SGDClassifier from scikit-learn: Choose the cor…
  24. Q25Which of the following observations warrant use of SGD model?
  25. Q26Figure question
  26. Q27Figure question
  27. Q28consider the below code : keep following symbols in mind: >>>: Represents input code # : Represents comment in a code .…
  28. Q29Consider the following code snippet using scikit-learn: Assume all the necessary imports and X, y to be the training da…
  29. Q30Consider following code: Which of the following options can not be printed?
  30. Q31When using a Support Vector Classifier (SVC) in scikit-learn with different values of the regularization parameter (C),…
  31. Q32Consider the following block of code: In which of the following scenarios, the split will NOT be made at node N?
  32. Q33Consider the following code and its output: keep following symbols in mind: >>>: Represents input code # : Represents c…
  33. Q34What will be the output of the following code?
  34. Q35Consider the following code snippet: What will be the output of the following code:
  35. Q36Consider the following code. How many DecisionTreeClassifier models will be trained internally?
  36. Q37Please consider the following data and code for a regression problem with following symbols in mind: >>>: Represents in…
  37. Q38Please consider the following data and code for a regression problem with following symbols in mind: >>>: Represents in…