MLP End Term 13 Sept 2026 — Question 8
Show answer
Correct answer: -1.45 (accepted within ±0.15)
Question 8 of 30 in the IIT Madras BS Machine Learning Practice (MLP) End Term paper sat on 13 Sept 2026, in the May 2026 term (Machine Learning Practice 13 Sep 26). It carries 3 marks.
More questions from this paper
- Consider the following pandas DataFrame representing employee training records: We want to retrieve all records of empl…
- How many features remain in X_new after the transformation?
- Determine the output of the following text preprocessing pipeline:
- Four data points are given: A=(1,1), B=(2,2), C=(8,8), D=(10,10) A hierarchical agglomerative clustering algorithm usin…
- A genre-based content recommender uses the 19 one-hot genre columns of each movie: Which of the following statements is…
- What is the output of the following preprocessing pipeline code? (Round off to 2 decimal places if applicable)
- Suppose the orginal dataset has 10 rows (1 to 10) Which row/rows of the dataset will be printed if the following code i…
- Consider a 3 class classification problem where the training dataset contains 10 features. The given model is trained o…
- Assume both models in the code given below are fit on the same dataset (X_train) containing 10 features. Enter the diff…
- What is the output of the following code? (Round Upto one decmimal) X = [[0], [1], [2], [3]] y = [0, 0, 1, 1] from skle…
- Figure question
- A binary classification model was evaluated on a test set with 500 samples. The model correctly identified 90 positive …
- Select the false statements:
- Which of the following metrics have their lower bound as 0?
- Figure question
- Consider the following implementation of PCA: Which of the following are correct?
- Consider the following two ensemble regression architectures trained on the same dataset:
- Consider the following code snippet: Which of the following holds true?
- Consider the following assertion and reason. Select the correct option.\ Assertion (A): Increasing the number of estima…
- An email service develops a machine learning model to automatically identify phishing emails.\ Any email predicted as p…
- Which data augumentation operation is being perfomed on the input image in the given code?
- Consider the following code: Assuming the all the models are trained on the same dataset, which of the models is likely…
- A monthly airline-passenger series shows seasonal swings that grow larger as the overall level of the series rises over…
- Identify the lines with errors in the given code snippet:
- Select the correct statements regarding the following code snippet:
- A company uses K-Means clustering to divide its customers into 4 groups based on their purchasing behavior. After train…
- Identify which of the following lines (marked in comments) contain errors in the given code snippet:
- Using user–user collaborative filtering, the predicted rating is
- A forecasting model achieves an R2 score of 0.98 on the test set. However, it was trained using a feature that contains…