Nick

Results 8 issues of Nick

I found this functionality--on mouseover, highlight a link's entire path when it runs through multiple nodes--useful when I needed to trace a number of individual links/variables through an entire network.

sankeyNetwork

Make plots customizable by passing in the color palette of choice. Also, add examples of how plots can be customized by passing ggplot arguments in `plot(, ...)`. The flexibility will...

enhancement

Now that this package is relatively stable and tested, let's make it more feature complete prior to v1.0.0. The goal will be to implement the temporal and hierarchical forecast reconciliation...

enhancement

Before v1.0.0 hits CRAN, I'm planning on a very thorough re-write of the internals for maintainability more than anything else (all API changes are being documented in **[https://github.com/nredell/forecastML/issues/35](https://github.com/nredell/forecastML/issues/35)**). What better...

enhancement

This is long overdue. There are residuals waiting around to be boostrapped and turned into useful forecast prediction intervals. Lets call the new function `calculate_intervals()`. It'll take a dataset of...

enhancement

`forecastML` v1.0.0 will probably drop in late July (I don't work on this full time so who knows). That's cool. What's not cool are breaking changes. I really want `forecastML`...

At present, the package only works with single-outcome regression models. This isn't stated anywhere and, well, the logo seems to imply otherwise. Fix.

enhancement

At present, for each instance, the sum of the Shapley values will not exactly equal the model prediction. Assuming that the reference population is the right population, in the limit...