MLP Quiz 2 3 Dec 2023 — Question 5
Show answer
Correct answer
Question 5 of 23 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 2 paper sat on 3 Dec 2023, in the September 2023 term (IIT M DIPLOMA AN2 EXAM QDD2 03 Dec 2023). It carries 2 marks.
More questions from this paper
- You are working with a dataset containing 1000 samples, aiming to classify them using the KNeighborsClassifier from sci…
- Consider the following code segment which uses CountVectorizer on a set of documents: After executing the code, what wi…
- Assume train data (X_train, y_train) and test data (X_test) is given as numpy array and you build and train a LogisticR…
- Consider the block of code given below: Which of the following option represents the print output :
- Figure question
- Which method of classification needs more than n classifiers, where n is the number of classes?
- Figure question
- Consider the following code? Given a single test data point X_test, what will be the output of the following code?
- Figure question
- Consider the following classifier and select the correct option.
- Consider below code for a given training data: Which of the following option(s) are True ?
- According to DecisionTreeClassifier parameters which of the following option will have least fitting(underfit) for the …
- For the given X_train (in pandas DataFrame) below which of the following options can successfully impute the null value…
- Which of the following is/are true about DummyClassifier?
- Figure question
- You are analyzing a dataset with features X_{\text{train}} and targets y_{\text{train}}. After standardizing the featur…
- Consider the following Python code where you are using the SVC classifier to categorize data from a binary classificati…
- Which of the following are advantages of using ensemble methods in machine learning?
- Which of the following option(s) are True ?
- Suppose In a classification problem you want to use BaggingClassifier, which of the following estimator(s) could be use…
- Consider given below confusion matrix code : Determine the recall score for class “ant” in the given confusion_matrix?
- Figure question