Jason Gofford
Jason Gofford
Would adding an equivalent for `cellInfo.expanded` to `getReactableState` help with https://github.com/glin/reactable/issues/181#issuecomment-940082760? e.g., by attaching an observer to monitor row expansion, and return a uiOutput for an expanded row.
Did you make any progress with this @timelyportfolio ? Server-side rendering is sorely missed in reactable, and really limits scalability.
Yeah, I guess it would ideally. Unfortunately I don't have access to an Enterprise hosting at the minute so it'll be hard to develop for. I _do_ have a private...
This would be a big addition. Weights would also allow alternative was to handle missing values; e.g., https://cienciadedatos.net/documentos/py46-forecasting-time-series-missing-values.html
To add to this I think there would be a lot of benefit to adding a documented example of how to properly write logs to stdout/stderr whilst also writing events...
Hey @jmoralez, pretty much! Although I'm not 100% sure that it's only a 1-step ahead forecast. When I've built similar (tree-based) forecasters manually I've trained and validated against the fit...
@jmoralez the guide makes this a lot easier but its probably worth noting that it only works for single model recursive fits. If a model (or models) is fitted with...