pytorch-ignite / examples

Examples, tutorials, and how-to guides
BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

Added how-to guide: k-fold cross-validation #43

Closed LiviaCavalcanti closed 2 years ago

LiviaCavalcanti commented 2 years ago

Resolves #28. A how-to guide of training model with cross-validation using the k-fold technique to estimate its performance. For data split into the folds, the scikit-learn library was used.

sdesrozis commented 2 years ago

@LiviaCavalcanti Thank you for this great contribution ! I left a few comments.

vfdev-5 commented 2 years ago

@LiviaCavalcanti thanks a lot for the PR ! Looks good to me. Please fix the comments by @sdesrozis and it is good to go.

Priyansi commented 2 years ago

@LiviaCavalcanti thank you for this amazing PR! I've left some comments and this PR should be good to merge as soon as they are addressed.