https://github.com/Lancern/asm2vec/blob/6e975f0b9cf573358d2f73c308aa043e26fb9a10/asm2vec/internal/training.py#L187-L188 should be ```python def _sigmoid(x: float) -> float: return 1 / (1 + np.exp(-x)) ```
asm2vec/asm2vec/internal/training.py
Lines 187 to 188 in 6e975f0
should be