Tim Sainburg

Results 22 issues of Tim Sainburg

I'm trying to figure out how we could enable precomputed distances for Parametric UMAP, since fit_transform only takes in `X` as either the distance matrix, _or_ the data, but Parametric...

enhancement

Updates nonstationary version of algorithm to be more uniform with stationary version, by using moving mean + std to do noise thresholding. This will create a small breaking change for...