Why instance based learning algorithm sometimes referred as Lazy learning?
Answer Posted / Snigdha Jauhari
Instance-based learning algorithms, such as k-nearest neighbors (k-NN), are often referred to as 'lazy' learners because they do not build a model that can be used for new data until an actual query is made. Instead, they store examples from the training set and use them directly to classify new instances.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers