Machine Learning - Study Mode

[#131] . . . . . . . . provides some built-in datasets that can be used for testing purposes.
Correct Answer

(A) scikit-learn
(E) scikit-learn

[#132] The leaf nodes of a model tree are
Correct Answer

(C) linear regression equations.
(G) linear regression equations.

[#133] The parameter . . . . . . . . allows specifying the percentage of elements to put into the test/training set
Correct Answer

(C) All above
(G) All above

[#134] How do you handle missing or corrupted data in a dataset?
Correct Answer

(D) All of the above
(H) All of the above

[#135] What is the naive assumption in a Naive Bayes Classifier.
Correct Answer

(D) all the features of a class are conditionally dependent on each other
(H) all the features of a class are conditionally dependent on each other