def sigm()
in
generate_sigs.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def sigm(x): return 1 / (1 + np.exp(-x))