forecastHybrid | Convenient functions for ensemble forecasts | Predictive Analytics library
kandi X-RAY | forecastHybrid Summary
kandi X-RAY | forecastHybrid Summary
Convenient functions for ensemble forecasts in R combining approaches from the forecast package. For a more detailed description of the package and usage, consult the vignette. The package is still under development, but many basic features have been implemented. Some features (such as optimized parallelization between rather than within models and automatically selecting the optimal combination of base models) have not yet been developed.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of forecastHybrid
forecastHybrid Key Features
forecastHybrid Examples and Code Snippets
Community Discussions
Trending Discussions on forecastHybrid
QUESTION
I am performing prediction on time series data but I am struggling with reducing the computation time. This is the code sample. So the code actually predicts temperature for different monitoring stations. For 134 stations, it takes like 10 minutes on my computer. I was thinking if there is a way to reduce the overall computation time.
The sample data looks like this. There are total 134 stations and the observation is done for 2 months.
...ANSWER
Answered 2018-Feb-03 at 15:44Given the sample I assume your data frame is something like
QUESTION
Data is something like this:
...ANSWER
Answered 2017-Aug-02 at 19:20The "forecastHybrid" requires that the input timeseries is a numeric vector or ts
type. While the "timekit" package does return a ts
object, it also adds additional attributes that are not in regular ts
objects so input checks failed.
See discussion here. and the fixing commit here.
The latest version from Github incorporating the fix can be downloaded with
devtools::install_github("ellisp/forecastHybrid/pkg")
QUESTION
I was trying to use forecastHybrid
with hierarchical time series and external regressors but I cannot figure out how to do that. I am trying in this way:
ANSWER
Answered 2017-Feb-28 at 08:59There isn't a clean solution right now but a nice workaround using the combinef()
function has been proposed here:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install forecastHybrid
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page