Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial Question
Lazy Learning - Is decision tree a lazy learner?
Answer
Lazy learning waits until the prediction stage to create a model, whereas eager learning builds a predictive model during training in the machine learning domain. While eager learning techniques, such as decision trees, develop the model in advance, lazy learning approaches, like k-NN, put it off till later.