MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

MACHINE LEARNINGHARD QUESTIONS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The Scikit Learn library uses the ____ ____ method to infer the properties of data
A
extract()
B
encode()
C
transform()
D
classify()
Explanation: 

Detailed explanation-1: -The fit() method takes the training data as arguments, which can be one array in the case of unsupervised learning, or two arrays in the case of supervised learning.

Detailed explanation-2: -Dataset transformations. scikit-learn provides a library of transformers, which may clean (see Preprocessing data), reduce (see Unsupervised dimensionality reduction), expand (see Kernel Approximation) or generate (see Feature extraction) feature representations.

There is 1 question to complete.