MLP End Term 13 Apr 2025 — Question 16
Show answer
Correct answer
Question 16 of 30 in the IIT Madras BS Machine Learning Practice (MLP) End Term paper sat on 13 Apr 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD3 13 Apr 2025). It carries 3 marks.
More questions from this paper
- Given the following code snippet that preprocesses a dataset with both continuous and categorical features using sklear…
- What will be the output of the following code?
- Imagine you are using a Dummy Regressor with strategy=median. Given the following dataset: | S.No | X_1 | X_2 | X_3 | Y…
- You want to implement an SGDRegressor using scikit-learn with the following specifications: Maximum iterations: 1000 Ea…
- What is the primary computational bottleneck of the KNeighborsClassifier?
- Figure question
- The following code attempts to implement polynomial regression (degree 4) on the California housing dataset. Please sel…
- Given the following information, what will be the output of the code snippet? continuous: y is an array-like of floats …
- Figure question
- What will be the output of the following code snippet?
- The following code snippet shows the use of two models built on the data X and label y: For the given data, which of th…
- Figure question
- Figure question
- Figure question
- Consider the following Python code snippet and the given dataset that has been stored in the data variable that demonst…
- Figure question
- Which of the following techniques can be used for hyperparameter tuning in Ridge Regression? Select all correct options.
- Figure question
- In top-down (divisive) hierarchical clustering, clusters are recursively split until each data point is its own cluster…
- You are training a Multi-Layer Perceptron (MLP) using Scikit-Learn's MLPClassifier for a binary classification task. Ho…
- Which of the following statements are true with regard to logistic regression?
- Consider the following code snippet: If the shape of X is (150, 4), what will be the number of features in X_transforme…
- Use the confusion matrix given below. What is the recall score for the label (class) 1 ?
- Based on the above data, answer the given subquestions.
- Based on the above data, answer the given subquestions.
- What is the output of the following code snippet: Enter -1, if you think the above statement will generate an error.
- Consider following common data: Consider the above classification report on a model where y_test contains the original …
- Consider following common data: Consider the above classification report on a model where y_test contains the original …
- Consider following common data: Consider the above classification report on a model where y_test contains the original …