MLP End Term 13 Apr 2025 — Question 9
Show answer
Correct answer
Question 9 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 2 marks.
More questions from this paper
- Given the following code snippet that preprocesses a dataset with both continuous and categorical features using sklear…
- Consider the following code snippet: If the shape of X is (20640, 8), what will be the shape of X_transformed?
- Consider you are using a Dummy Regression with strategy=mean. Consider the following dataset. | S.No | X_1 | X_2 | X_3 …
- You want to implement an SGDRegressor with the following specifications: Maximum iterations: 1500 Early stopping enable…
- What is the primary computational bottleneck of the KNeighborsClassifier?
- The following code attempts to implement Ridge regression on the Boston housing dataset but contains an error. The miss…
- Which of the following techniques can be used for hyperparameter tuning in SGD Regression?
- Given the following information, what will be the output of the code snippet? continuous: y is an array-like of floats …
- 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
- Figure question
- Consider the following Python code snippet that demonstrates the use of GaussianNB from scikit-learn: In the context of…
- Which of the following statements are true with regard to logistic regression?
- Figure question
- Figure question
- In top-down hierarchical clustering, clusters are recursively split until each data point is its own cluster. The choic…
- Figure question
- You are training a Multi-Layer Perceptron (MLP) using Scikit-Learn's MLPRegressor for a regression task. Consider the f…
- What will be the output of the following code ?
- Figure question
- | | sex | age | sibsp | parch | fare | class | embark_town | alive | alone | |---|---|---|---|---|---|---|---|---|---| …
- | | sex | age | sibsp | parch | fare | class | embark_town | alive | alone | |---|---|---|---|---|---|---|---|---|---| …
- | | sex | age | sibsp | parch | fare | class | embark_town | alive | alone | |---|---|---|---|---|---|---|---|---|---| …
- 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 …