in model-training/mylib.py [0:0]
def get_alphas(): # list of numbers from 0.0 to 1.0 with a 0.05 interval return np.arange(0.0, 1.0, 0.05)