Carlos Parada

Results 216 issues of Carlos Parada

We should add a model stacking (rather than just averaging+comparison) feature.

A plan to add importance-weighted moment matching, as described in #10 .

The goal is to add the Bayesian bootstrap as a first-class alternative to leave-one-out cross validation in this package. I believe the Bayesian bootstrap should provide the major advantage of...

Currently, only leave-one-out CV is supported; leaving out more observations might be a good idea. If we do this, we should probably introduce bias corrections for cross-validation, since leave-k-out with...

Adding moment-matching as in [this paper](https://arxiv.org/abs/1906.08850#:~:text=Adaptive%20importance%20sampling%20is%20a,proposal%20and%20a%20target%20distribution.).

Hi, are you interested in registering this package at some point?

Sometimes it's useful to compute just a single eigenvector (e.g. by the power method), and any eigenvector will do, e.g. I have an irreducible Markov chain, where the eigenvector is...

I can't get the numbering to look how I want: ``` #set enum(numbering: "1.a)") ``` ![image](https://user-images.githubusercontent.com/71727937/233517079-dd932872-e331-41ad-b2a1-e524fe2d1ea2.png) I expected this to give "1." and "a)".

feature request
scripting

### Description I'd like to be able to delete a cell using a keyboard shortcut. ### Suggested solution e.g. `ctrl+delete` should delete a cell. ### Alternative _No response_ ### Additional...

enhancement

``` Bass internal error! Traceback (most recent call last): File "/home/lime/.config/fish/functions/__bass.py", line 130, in script = gen_script() File "/home/lime/.config/fish/functions/__bass.py", line 116, in gen_script _, rest = line.split(None, 1) ^^^^^^^ ValueError:...