Computer Science, asked by deepakkumar1181, 1 year ago

The fit(X, y) is used to ________

Answers

Answered by mauli80
2
Hey mate here's your answer....They also come in the category of chromosomes...And they are commonly used in Maths to solve problems...
Hope it helps
Answered by mindfulmaisel
1

A classifier can be defined as the algorithm where it maps the input data to specific category. There are some steps to be followed in constructing a classification model.  

Explanation:

They are as follows,

-   Initialize the classifier

-    Train the classifier: All the classifiers use fit(X,y). This method is used for fitting the model for the given train data X and label y.

-    Prediction of the target: For the provided unlabeled X, the method named predict(X) will always return the label y.

-    Evaluation of the classifier model.

Similar questions