Method: Rumale::ModelSelection::StratifiedKFold#shuffle
- Defined in:
- lib/rumale/model_selection/stratified_k_fold.rb
#shuffle ⇒ Boolean (readonly)
Return the flag indicating whether to shuffle the dataset.
27 28 29 |
# File 'lib/rumale/model_selection/stratified_k_fold.rb', line 27 def shuffle @shuffle end |