OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.56k stars 3.67k forks source link

Cross Validation #6564

Open Jahnvi13 opened 1 year ago

Jahnvi13 commented 1 year ago

This is a(n):

Details:

Cross-validation is a statistical method used to estimate the performance (or accuracy) of machine learning models. It is used to protect against overfitting in a predictive model, especially when the data is limited. I plan to add two (or more) types of cross validation techniques:

  1. K fold Cross validation
  2. Stratified K fold cross validation using sklearn library and write a tutorial on them
Jahnvi13 commented 1 year ago

@AdiChat kindly approve and assign.