You are viewing a single comment's thread from:
RE: What is Data Overfitting in Machine Learning? 机器学习中的过拟现象
The model can be built upon the dataset. The example here is actually very simple: y=kx+b, where you have lots of x and y pairs of dataset and you need to estimate the best k and b that can fit most (x, y).