Phương pháp chọn mẫu dữ liệu nào sau đây dùng để khắc phục tình trạng over-fitting?
Trả lời:
Đáp án đúng: C
Overfitting occurs when a model learns the training data too well, leading to good performance on the training data but poor performance on new data. K-fold cross-validation helps to estimate the performance of the model on unseen data and can help detect overfitting, but it does not directly fix it. It is a technique to *evaluate* the model's robustness and generalization.





