-
Hello,
I would like to discuss extensions in the brouter!
Many enhancement-requests are already posted, here some examples:
Noise https://github.com/abrensch/brouter/issues/476
Green area …
-
Just trying to get a rough overview what I'm planning for 0.14
- diagnostics, score tests
- missing pieces in discrete (avoiding PRs that get too large or widespread).
- main difficulty will…
-
A lot of research in the field of RL is being done now days.
I thought it can be both interesting and productive to have a post that would bring new research from time to time that might be relevant …
-
paper by Miller and Brooks advocates for using the "a", "b" formulation of SRR curves, rather than steepness, when there is time varying biology which affects the spawners per recruit calculation.
…
-
It seems to me that the following are all equivalent ways of specifying the same regression:
```
y ~ factor(x) + factor(x):u
y ~ 0 + factor(x) + factor(x):u
y ~ factor(x) * u
y ~ 0 + factor(x) * …
-
For the first assignment, find a simple, stand-alone, static visualization and write a short critique on: How effective is it at what it aims to do? What works well and what doesn't? What could be bet…
-
Long TODO lists don't get done.
We are trying to keep an issue open if a real effort is happening to resolve it.
The below priority list gives a sense of where bcbio is heading in the next two rele…
-
The benchmark reporter in benchmark/ currently runs and times a step n times, samples a subset of test runs to get mean time to run the test (as well as mean time to gc, how much garbage is generated,…
-
These are the published projects that still have possibly broken lists of references (see issue #2137):
Broken version
Older version
bionlp-workshop-2023-task-1a/2.0.0
bionlp-workshop-2023-task-…
-
## Background
Today Dask decides where to place a task based on an "earliest start time" heuristic. For a given task it tries to find the worker on which it will start the soonest. It does this b…