Josh Levy-Kramer
Josh Levy-Kramer
Hi @williambarberjr, good to hear it's been helpful 😃. `many_requests` uses the library `asks` to make HTTP requests and unfortunately it currently doesn't support proxies. There is an open issue...
Hi Mostafa, Thank you for the example. I wouldn’t consider the provided example a minimum workable example. [Stackoverflow have a good article on how to produce this](https://stackoverflow.com/help/minimal-reproducible-example). Importantly the example...
I'm closing this ticket for now. Feel free to re-open the ticket and comment if your still looking at this and want more assistance
This is an unfortunate reality of Pythons packaging system - you can't get out of dependency hell. I'm closing this for now.
I'm closing this for now. Re-open the ticket and leave a comment if you are still looking at this and wasnt more assistance.
The issue should be resolved with the latest version. Please update the package using `pip install 'k-means-constrained>=0.7.2'` and report back
Great!
@DamianBarabonkovQC I also made a similar proposal in issue #915 - I show that using shared memory can be 5 times faster when compared to memmap. I am not part...
Hi @bibblybobblyben, thanks for your interest and contribution! 🙂 You will also need to change how the centroids are determined. Currently, a mean of all the data points in a...
Hi :wave:, can you please execute the following commands individually and show me the output: ``` where python python -m pip uninstall -y k-means-constrained python -m pip install k-means-constrained python...