Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement custom create_folds function to replace caret dependency
- Add create_folds function for k-fold cross-validation - Removes dependency on caret::createFolds - Supports both training and test set index generation - Allows flexible output as list or vector
- Loading branch information