InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is correct order of working?(a) questions->input data ->algorithms(b) questions->evaluation ->algorithms(c) evaluation->input data ->algorithms(d) all of the mentionedThe question was posed to me in an online quiz.This interesting question is from Prediction Motivation in portion Machine Learning of Data Science |
|
Answer» CORRECT CHOICE is (a) QUESTIONS->input DATA ->algorithms For explanation: Evaluation is done in the last. |
|