Quiz Space

Machine Learning Practice · Quiz 1 · 27 Oct 2024 · September 2024 term

MLP Quiz 1 27 Oct 2024 — Question 21

Question 21

+2 marksOne correct option
  1. A

    Intercept: 3.0, Coefficients: [1.0, 2.0]

  2. B

    Intercept: 3.0, Coefficients: [0.0, 2.0]

  3. C

    Intercept: 0.0, Coefficients: [1.0, 2.0]

  4. D

    Given code will return an error.

Show answer

Correct answer

  • A

    Intercept: 3.0, Coefficients: [1.0, 2.0]

Question 21 of 22 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 1 paper sat on 27 Oct 2024, in the September 2024 term (IIT M DIPLOMA AN EXAM QDD2 27 Oct 2024). It carries 2 marks.

More questions from this paper

  1. Q1| | FlightID | Airline | FlightNumber | Origin | Destination | DelayMinutes | DelayReason | Cancelled | Diverted | Airc…
  2. Q2| | FlightID | Airline | FlightNumber | Origin | Destination | DelayMinutes | DelayReason | Cancelled | Diverted | Airc…
  3. Q3| | FlightID | Airline | FlightNumber | Origin | Destination | DelayMinutes | DelayReason | Cancelled | Diverted | Airc…
  4. Q4| | FlightID | Airline | FlightNumber | Origin | Destination | DelayMinutes | DelayReason | Cancelled | Diverted | Airc…
  5. Q5| | FlightID | Airline | FlightNumber | Origin | Destination | DelayMinutes | DelayReason | Cancelled | Diverted | Airc…
  6. Q6Consider the following dataset and transformer pipeline: Based on the above data, answer the given subquestions.
  7. Q7Consider the following dataset and transformer pipeline: Based on the above data, answer the given subquestions.
  8. Q8Which of the following preprocessing techniques helps in handling categorical features in a dataset?
  9. Q9Which of the following imputation strategies can be used for handling missing values?
  10. Q10Which of the following is correct about cross-validation in machine learning?
  11. Q11Which of the following are valid loss functions for SGDClassifier?
  12. Q12Which of the following could be a correct output from the following code?
  13. Q13Consider the following data and code: Which of the following pairs of data points have the second largest Manhattan dis…
  14. Q14Consider the following data and snippet: Which of the following correctly represents the value of transformed_data[2,0]…
  15. Q15Consider the following code where a ‘Pipeline’ is used for feature scaling, polynomial feature transformation, and appl…
  16. Q16You are working on a machine learning project and have received a dataset containing numeric and categorical features. …
  17. Q17Consider the following code snippet: How many components does the PCA reduce the data to, after transformation?
  18. Q18Consider the below code: What will be the output of the code snippet given above?
  19. Q19Figure question
  20. Q20Figure question
  21. Q22Figure question