Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

csct

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Neeraj Gangwar authored
    * Add _RepeatedSplits and RepeatedKFold class
    
    * Add RepeatedStratifiedKFold and doc for repeated cvs
    
    * Change default value of n_repeats
    
    * Change input parameters of repeated cv constructor to n_splits, n_repeats, random_state
    
    * Generate random states in split function rather than store it beforehand
    
    * Doc changes, inheriting RepeatedKFold, RepeatedStratifiedKFold from _RepeatedSplits and other review changes
    
    * Remove blank line, put testcases for deterministic split in loop and add StopIteration check in testcase
    
    * Using rng directly as random_state param to create cv instance and added a check for cvargs
    
    * Fix pep8 warnings
    
    * Changing default values for n_splits and n_repeats and add entry in changelog
    
    * Adding name to the feature
    
    * Missing space
    af1796ef
    History
    Name Last commit Last update