Michael Liu
Michael Liu
## Impact and Context ## Risks and Area of Effect ## Testing ## How to Revert
I was trying to get a pip-installed Annoy v1.16.3 running on an m5a.large AWS Instance, but it crashed with `Illegal instruction (core dumped)` trying to execute ```python annoy.AnnoyIndex(512, "angular") ```...
I think "_logit_" in the circled equation below should be "_logistic_" instead, as the logit function outputs any real number, not probabilities (unless I'm totally embarrassing myself here).