Over-fitting of Machine Learning model - 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: Over-fitting of Machine Learning model (/showthread.php?tid=448) |
Over-fitting of Machine Learning model - Abhiram.m - 12-23-2022 When a model performs well on training data but poorly on untried data, this is over-fitting. Over-fitting is a very common problem in Machine Learning. There is an extensive range of literature dedicated to studying methods for preventing over-fitting. Three simple steps to avoid Over-fitting:
|