What is under fitting in ml model and how to solve - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: DS Labs (https://bdn.bdb.ai/forumdisplay.php?fid=61) +---- Forum: DS- Lab Q&A (https://bdn.bdb.ai/forumdisplay.php?fid=63) +---- Thread: What is under fitting in ml model and how to solve (/showthread.php?tid=462) |
What is under fitting in ml model and how to solve - manjunath - 12-23-2022 Underfitting in machine learning refers to a model that is too simple to accurately capture the complexity of the data. This results in poor performance on the training data, and generalizes poorly to new data. There are several ways to solve underfitting in a machine learning model:
It is important to keep in mind that underfitting is often a result of a trade-off between model complexity and overfitting. Finding the right balance between these two factors can be key to achieving good performance on the training data and generalization to new data. |