in trend_getter/holidays.py [0:0]
def scaled_sigmoid(x, L=1.5, U=8, x0=5e5, k=1e-5): return L + (U - L) / (1 + np.exp(-k * (x - x0)))