Theo Turner

Results 6 comments of Theo Turner

I get: True True False False Edit: correction on first line

For future reference, just use `pip install 'python-jose[cryptography]'` (with quotes) from the command line. The regular way without quotes still works fine in a `requirements.txt`, even if installed from zsh.

- I agree on the positive vs high risk in different colors. While there is correlation, I expect that if you drew the curves, you'd see changes in high risk...

# K-means in Rust for lat/long: We assume that lat/long is representative of a flat plane. For most cases this is fine, particularly smaller surface areas (@akhil325 could potentialy comment...

# Drawing it on Google Maps I also see you've linked an issue re: google maps. Cluster data is relatively easy to draw on maps, e.g. in React. First, let's...

For more details, see my implementation of clustering + maps for Enigma, [APEX](https://github.com/OutlierVentures/APEX). In this implementation, the contract [only stores ints and uses enigma macros](https://github.com/OutlierVentures/APEX/blob/1fa690765884c45a67d9e535ece297ba432fe3be/secret_contracts/location/src/lib.rs#L113) such as `eformat!`, there's some...