Help Understanding Cross Validation and Decision Trees

后端 未结 6 1327
Happy的楠姐
Happy的楠姐 2020-12-12 16:29

I\'ve been reading up on Decision Trees and Cross Validation, and I understand both concepts. However, I\'m having trouble understanding Cross Validation as it pertains to D

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 17:09

    It has been mentioned already that the purpose of the cross-validation is to qualify the model. In other words cross-validation provide us with an error/accuracy estimation of model generated with the selected "parameters" regardless of the used data. The corss-validation process can be repeated using deferent parameters untill we are satisfied with the performance. Then we can train the model with the best parameters on the whole data.

提交回复
热议问题