1)
A decision tree model was trained on training data and it was giving 100% accuracy on the training set, but on testing set it was giving just 30% accuracy. What can be done to rescue from the above situation.
1 : Pre-pruning
2 : Post-pruning
3 : Decrease the tree depth by cutting from lowest node
- 1 and 2
- 2 and 3
- All
- None.
2)
If a variable A is caused by a variable B, what can you say about the correlation between them?
- A and B will be highly correlated
- A and B will be negatively correlated
- A and B will be mildly correlated
- A and B will not be correlated
- A and B may or may not be correlated
3)
Which of the following is true for dropout rate?
- All layers carry same dropout value.
- Dropout rate of any layer depends on previous layer
- Different layers can have different dropout rate
- None of the above
4)
If i have to assess a student based on his marks and the type of subject and check the dependency of the marks scored with respect to the subject, what will i use?
Choose the correct option
- Annova
- Chi-square test
- T-test
- Paired T-test
5)
If a positively skewed distribution has a median of 50, which of the following statement is true?
A) Mean is greater than 50
B) Mean is less than 50
C) Mode is less than 50
D) Mode is greater than 50
E) Both A and C
F) Both B and D
POST YOUR ANSWER IN COMMENTS



