This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import sys | |
import pandas | |
import numpy | |
input_file = sys.argv[1] | |
num_boosters = int(sys.argv[2]) if len(sys.argv) > 2 else 24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Below is the syntax for Get-Help compatibility | |
<# | |
.SYNOPSIS | |
Write something here. | |
.DESCRIPTION | |
Write something here. | |
.NOTES | |
Write something here. |