Albin Severinson
Albin Severinson
Currently, the error returned to users looks something like: `{"error":"Request in not authenticated with any of the supported schemes.","code":16,"message":"Request in not authenticated with any of the supported schemes."}` We should...
To add PriorityClass support.
This PR adds a docstring describing a new proposed scheduler.
Currently, seeking on a consumer with a KeyShared subscription fails. This PR removes an unnecessary check to seek the underlying partitionConsumer.
I'm getting some surprising values from `svdl` (IterativeSolvers.jl 0.8.4). Anyone that knows what's going on here? ``` Random.seed!(123); X = randn(10, 6); Σ, L = svdl(X, vecs=:both); F = svd(X);...
Hello, Are you interested in merging an implementation of PCA based on gradient descent with gradient sketching? The main ideas are - PCA with quadratic loss formulated as an optimization...