forecastHybrid | Convenient functions for ensemble forecasts | Predictive Analytics library

 by   ellisp R Version: v5.0.18 License: GPL-3.0

kandi X-RAY | forecastHybrid Summary

kandi X-RAY | forecastHybrid Summary

forecastHybrid is a R library typically used in Analytics, Predictive Analytics applications. forecastHybrid has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

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

            kandi-support Support

              forecastHybrid has a low active ecosystem.
              It has 74 star(s) with 23 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 9 open issues and 69 have been closed. On average issues are closed in 220 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of forecastHybrid is v5.0.18

            kandi-Quality Quality

              forecastHybrid has 0 bugs and 0 code smells.

            kandi-Security Security

              forecastHybrid has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              forecastHybrid code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              forecastHybrid is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              forecastHybrid releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of forecastHybrid
            Get all kandi verified functions for this library.

            forecastHybrid Key Features

            No Key Features are available at this moment for forecastHybrid.

            forecastHybrid Examples and Code Snippets

            No Code Snippets are available at this moment for forecastHybrid.

            Community Discussions

            QUESTION

            How to reduce the computation time for an R program
            Asked 2018-Feb-03 at 15:44

            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:44

            Given the sample I assume your data frame is something like

            Source https://stackoverflow.com/questions/48579276

            QUESTION

            ts object not recognised in hybridModel of forecastHybrid package
            Asked 2017-Aug-02 at 19:20

            Data is something like this:

            ...

            ANSWER

            Answered 2017-Aug-02 at 19:20

            The "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")

            Source https://stackoverflow.com/questions/45429069

            QUESTION

            Error when using forecastHybrid with hts and external regressors during forecast
            Asked 2017-Feb-28 at 08:59

            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:59

            There isn't a clean solution right now but a nice workaround using the combinef() function has been proposed here:

            https://github.com/ellisp/forecastHybrid/issues/74

            Source https://stackoverflow.com/questions/42490092

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install forecastHybrid

            The stable release of the package is hosted on CRAN and can be installed as usual:. The latest development version can be installed using the devtools package. Version updates to CRAN will be published frequently after new features are implemented, so the development version is not recommended unless you plan to modify the code or a particular bugfix is needed.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link