The fit(X, y) is used to ________
Answers
Answered by
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
Hope it helps
Answered by
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