Michael J. Curry

Results 4 issues of Michael J. Curry

How hard would it be to implement a library to generate pseudorandom numbers or values from a low-discrepancy sequence on the device? Ideally you'd have have each `Exp` getting its...

new feature
library/ecosystem

DBSCAN is already included. There is a successor, [hdbscan](https://github.com/scikit-learn-contrib/hdbscan) which has a famously good Python package, and is fairly popular. DBSCAN is already here, and there are hierarchical clustering algorithms...

feature

After creating the simple array of zeros like in the example, I see this (running in Juno/JuliaPro, 0.6, built with MKL, both with the METADATA version and after doing a...

It's a pretty easy fix, just replace e.g. `is_windows()` with `Sys.iswindows()`. I will open a PR to fix it fairly soon. The reason I'm not doing so immediately is because...