项目作者: dhamvi01

项目描述 :
高级语言: Jupyter Notebook
项目地址: git://github.com/dhamvi01/Cross-Validation.git
创建时间: 2019-12-04T03:27:07Z
项目社区:https://github.com/dhamvi01/Cross-Validation

开源协议:

下载


Cross-Validation

Overfitting means We have fit the model too much to training data, The model trained ‘too well’ and fit closely to the training data.The model might not be accurate on untrained/new data

To avoid overfitting and to get sense of true model accuracy, we can use KFold cross validation. It’s very helpful when you have small dataset