check_training_frac {mikropml} | R Documentation |
Check that the training fraction is between 0 and 1
Description
Check that the training fraction is between 0 and 1
Usage
check_training_frac(frac)
Arguments
frac |
fraction (numeric) |
Author(s)
Kelly Sovacool, sovacool@umich.edu
Examples
## Not run:
check_training_frac(0.8)
## End(Not run)
[Package mikropml version 1.6.1 Index]