-
First of all, it is a great work! I read through the code and have one question.
In models, it seems that you guide the optimizer to solve a min problem `optim_step = optim_step.minimize(self.rel_c…
-
Currently S3 buckets created by stacker do not have any tags, even if that bucket is created on a stacker build run with a stacker config yaml defining tags. This is because the `ensure_s3_bucket` fu…
-
The following minimal example results in the `qtconsole` restarting
```
import numpy as np
remaining_parameters=[]
cost_function_first = lambda x: cost_function_first(np.append(x, remaining_par…
-
I recently had to work out how to get `plaiceholder` (https://github.com/joe-bell/plaiceholder) working inside my `getStaticProps` method to generate blurred image placeholders. As I understand, this …
-
- invocation count by function name
- latency by function name:
-- sync latency includes (submit, queue, load, start, end, return)
-- async latency includes (submit, queue, load, start, end)
- e…
-
Hello the Authors,
In the example in the ReadMe.md, should not the coeff be the number of teachers (the same as in the previous line): https://github.com/jeremy43/Private_kNN/blob/547a1abc0ec2daa5e…
-
It seems like AWS Lambda would be a useful and low-cost way to run this service for many developers (although not Cadasta Foundation given its 300 second max-lifetime). It would be interesting to have…
-
While debugging missing join orders for [TPCDS Q24](https://github.com/prestodb/presto/blob/cf4854a57fd04ee3013ceef28c1708ec7e4be2cf/presto-benchto-benchmarks/src/main/resources/sql/presto/tpcds/q24_1…
-
While tracking the latest release, I've noticed that https://github.com/DataDog/dd-trace-go/pull/1007/ has resulted in `libddwaf.a` is being included when vendoring `dd-trace-go`.
It would be nice …
-
### Describe the bug
The computation of the duality gap in `_dual_gap(emp_cov, precision_, alpha)` of `GraphicalLasso` uses the definition from `Duchi et al., 2012`.
However, their duality gap is…