-
Normally, the .cpp file created by the runtime class loaded is supposed to output #line statements to allow the mingw compiler to correctly identify where errors are found. They are of the form
```
…
-
Three autotests fails during validation on Windows 10. The errors appear to be exit codes that are out of the expected range when exceptions are caught.
```
ERROR [INIT] : c:\gridlabd\trunk\assert…
-
Normally, the .cpp file created by the runtime class loaded is supposed to output #line statements to allow the mingw compiler to correctly identify where errors are found. They are of the form
```
…
-
Three autotests fails during validation on Windows 10. The errors appear to be exit codes that are out of the expected range when exceptions are caught.
```
ERROR [INIT] : c:\gridlabd\trunk\assert…
-
Motivation: as we expand the scope of models supported, it may be easier for contributors to add new distributions if we refactor the class to accept distribution-specific params and corresponding lik…
-
-
https://github.com/lme4/lme4/blob/master/R/lmer.R#L83
uses `parent.frame(2)` whereas stats `glm()` uses `parent.frame()` (which is equivalent to `parent.frame(1)` - why?
-
Since having a bunch of poorly performing GLMs in a stacked ensemble can sometimes bring down the performance of the ensemble, let's train a second ensemble model in the AutoML pipeline which excludes…
-
Maybe using [Poisson glms with an offset](https://github.com/topepo/caret/issues/861) with `rsample` and so on.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### New feature
GLM should print a figure of the brain anatomical masked by the GLM mask to show what voxe…