Question - Why instance-based learning algorithm sometimes referred to as Lazy learning algorithm?
Answer -
In machine learning, lazy learning can be described as a method where induction and generalization processes are delayed until classification is performed. Because of the same property, an instance-based learning algorithm is sometimes called lazy learning algorithm.