Ryan

Results 23 issues of Ryan

The nested list structure returned by `GetInferenceSignals` and `RerunForSignals` is unnecessarily complicated. Replace it with tibbles with a list-valued column, e.g.: ``` these_signals

enhancement

The new `GetInferenceSignals` sometimes throws the following harmless error due to our use of `approx` with possibly very small influence scores: ```Error in regularize.values(x, y, ties, missing(ties)) : (converted from...

enhancement

The `tests` directory is not included by default.

testing

I think `_order1` and `_order2` are bigger than they need to be. Perhaps I was careless when setting it up for forward mode because there was no cost.

bug

We can use a reverse mode Taylor series expansion instead.

enhancement