InterviewSolution
Saved Bookmarks
| 1. |
Which of the following shows correct relative order of importance?(a) question->features->data->algorithms(b) question->data->features->algorithms(c) algorithms->data->features->question(d) none of the mentionedI have been asked this question in unit test.I want to ask this question from Prediction Motivation topic in division Machine Learning of Data Science |
|
Answer» Correct option is (B) QUESTION->data->FEATURES->algorithms |
|