-
Hi Scott,
First off, thanks for the work you've done on SHAP. I think it'll definitely help people get more comfortable with ML model results and make them mainstream.
I came across the followin…
-
Hi,
Currently FallBackIfEmpty has the following signature:
```csharp
public static IEnumerable FallbackIfEmpty(
this IEnumerable source,
T fallback)
```
Does it mean if `T` is a method ca…
-
Hi all,
we've been doing pretty great progress on an electromagnetic solver for modeling electrostatic problems with anisotropic materials (related to https://github.com/mfem/mfem/issues/4475 and als…
-
One step in the prettying process that seems to be skipped by `format_table()` is the combining of the `Parameter` and `Group` columns. This is done in the `print_*()` functions, but not in `format_ta…
-
I can't get a CAA to run. Not sure who to assign, so I assigned it to alot of people.
### Part 1 on troubleshooting:
1. Modified ``set_om_parameters_global.R`` to read in mprocTest.csv
```
mpro…
-
It came up in discussions a few times, but we don't have any explicit documentation how to write a new model class for statsmodels.
some information is spread across mailing list, current documentati…
-
Hey Tim,
I think this may potentially be a result of the way I repeated the analyses over each of the different data subsets, i'll look into it.
So, the models may have been fitted automatically, b…
-
I did quick search on the docs and the github and I found that there wasn't much description of the constraint tolerance parameter. The most information I found was the docstring on Integrator (below…
-
Are we allowed to steal from ourselves?
https://strengejacke.github.io/ggeffects/reference/residualize_over_grid.html
-
Have you tried building the spectrogram and encoder output in smaller chunks and appending? I think the spectrogram should generate fairly easily with minimal noise depending on the size of the chunk,…