Machine Learning - Study Mode
[#141] While using . . . . . . . . all labels are turned into sequential numbers.
Correct Answer
(A) LabelEncoder class
(E) LabelEncoder class
[#142] . . . . . . . . is the most drastic one and should be considered only when the dataset is quite large, the number of missing features is high, and any prediction could be risky.
Correct Answer
(A) Removing the whole line
(E) Removing the whole line
[#143] The network that involves backward links from output to the input and hidden layers is called
Correct Answer
(C) recurrent neural network
(G) recurrent neural network
[#144] Which of the following is true about averaging ensemble?
Correct Answer
(C) it can be used in both classification as well as regression
(G) it can be used in both classification as well as regression
[#145] Which of the following parameters can be tuned for finding good ensemble model in bagging based algorithms? 1. Max number of samples 2. Max features 3. Bootstrapping of samples 4. Bootstrapping of features
Correct Answer
(D) all of above
(H) all of above