Concept of Cross-Validation in R

Introduction The most beautiful aspect of machine learning is its ability to make predictions on the never seen before data points. In order to estimate the performance of ML models, we need to take our dataset and divide it into two parts. One part powers the model training whereas the other is used to make … Continue reading Concept of Cross-Validation in R