FOLDS / RUNNER_FOLDS.py
Amar-Aly's picture
Add files using upload-large-folder tool
59b0bc0 verified
Raw
History Blame Contribute Delete
124 Bytes
from runner import run_repeated_holdout_main
if __name__ == "__main__":
raise SystemExit(run_repeated_holdout_main())