Solved

Scikit-Learn Estimators Require Their Training and Testing Data to Be

Question 20

Multiple Choice

Scikit-learn estimators require their training and testing data to be two-dimensional arrays (or two-dimensional array-like data, such as lists of lists or pandas DataFrames) . Which of the following statements is false?
a. To transform a one-dimensional array into two dimensions, we call an array's ________ method.


A) transform
B) switch
C) convert
D) reshape

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions