Results 10 issues of hliebert

https://github.com/vic/rebecca-theme

is:theme

In the following case, how can I get the second tag/panel title correctly centered (i.e. like the first one)? I tried using titles and that didn't work (lower title was...

lm() supports Cook's distance, leverage and other model diagnostics. Would it be possible to support these in felm() as well? If using lfe, using least squares dummy variables to obtain...

I've stumbled upon some strange behavior today when comparing rio with the builtin load/save. I presume the first part where the object is not imported in the global environment is...

Would it be possible to add support for Bayesian search, e.g. make skopt.BayesSearchCV accessible through ForecastingBayesSearchCV? Similar to how ForecastingGridSearchCV provides an interface to GridSearchCV from sklearn. This would be...

feature request
good first issue
implementing algorithms
module:forecasting
enhancement

Would it be possible to add dbnomics [(https://db.nomics.world/)](https://db.nomics.world/) as a data source?

**Describe the bug** I am not totally sure this a bug. I was wondering why some models where running for a very long time, and I've traced it partly to...

bug
module:forecasting

Would it be possible to submit this to CRAN? I work in an environment where only CRAN packages are whitelisted.

#### Reference Issues/PRs Implements #6545 #### What does this implement/fix? Explain your changes. This adds a `windows_identical` parameter to `DirectReductionForecaster`. The class is modified to allow shifted X with non-identical...

module:forecasting
enhancement

Due to the issues outlined in #5736 and #3224, we have been using the new reduction forecaster classes at work, in particular `DirectReductionForecaster`. So far, this has been working great...

feature request
module:forecasting
enhancement