Andreas Kirsch

Results 20 issues of Andreas Kirsch

Swap the order of default callbacks and current callbacks passed to `itertools.chain` in _get_params_callbacks. We want the default callbacks first so that the current callbacks can override them. The fixed...

highlighting_style is not available in ZMQInteractiveShell. Use "legacy" as is correct.

## Current Behavior I'm creating a conda environment in /tmp/ on a compute node. /tmp/ is empty otherwise. At the end of our experiment, our wrapper code executes `conda env...

stale::recovered

[](https://reviewable.io/reviews/angular/di.dart/215)

I think the matcher package got pulled in indirectly before. Not it does not anymore and the tests fail when you try to run them...

The recently added feature (#93) that transforms a given selection along with the code is nice for integration of the formatter with editors. However, many editors support multiple selections and...

enhancement

The text currently says that the samples are from the **prior**. However, the samples need to be from the **posterior** as the derivation in eq (3.284) ff shows. So, the...

The code in `_glm_predictive_samples` always applies `torch.softmax` to the results under classification. For numerical stability supporting `torch.log_softmax` here would be helpful. Similarly, it would be helpful if there was an...

enhancement

``` [invalid-annotation] Generator[_T, _T2, _V] expected 3 parameters, got 1 ``` However, the Python documentation clearly says that the following is valid: ``` def infinite_stream(start: int) -> Generator[int]: while True:...