modeltime.ensemble | Time Series Ensemble Forecasting | Time Series Database library

 by   business-science R Version: V0.4.2 License: Non-SPDX

kandi X-RAY | modeltime.ensemble Summary

kandi X-RAY | modeltime.ensemble Summary

modeltime.ensemble is a R library typically used in Database, Time Series Database applications. modeltime.ensemble has no bugs, it has no vulnerabilities and it has low support. However modeltime.ensemble has a Non-SPDX License. You can download it from GitHub.

Ensemble Algorithms for Time Series Forecasting with Modeltime. A modeltime extension that implements ensemble forecasting methods including model averaging, weighted averaging, and stacking.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              modeltime.ensemble has a low active ecosystem.
              It has 67 star(s) with 14 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 12 open issues and 8 have been closed. On average issues are closed in 4 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of modeltime.ensemble is V0.4.2

            kandi-Quality Quality

              modeltime.ensemble has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              modeltime.ensemble has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              modeltime.ensemble releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 5675 lines of code, 0 functions and 45 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            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 modeltime.ensemble
            Get all kandi verified functions for this library.

            modeltime.ensemble Key Features

            No Key Features are available at this moment for modeltime.ensemble.

            modeltime.ensemble Examples and Code Snippets

            modeltime.ensemble ,Make Your First Ensemble in Minutes
            Rdot img1Lines of Code : 40dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            library(tidymodels)
            library(modeltime)
            library(modeltime.ensemble)
            library(tidyverse)
            library(timetk)
            
            m750_models
            #> # Modeltime Table
            #> # A tibble: 3 x 3
            #>   .model_id .model     .model_desc            
            #>                               
            modeltime.ensemble ,Installation
            Rdot img2Lines of Code : 2dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            install.packages("modeltime.ensemble")
            
            remotes::install_github("business-science/modeltime.ensemble")
              

            Community Discussions

            QUESTION

            How to extract confidence intervals from modeltime recursive ensembles?
            Asked 2021-Dec-02 at 16:17

            As I want to produce some visualizations and analysis on forecasted data outside the modeltime framework, I need to extract confidence values, fitted values and maybe also residuals.

            The documentation indicates, that I need to use the function modeltime_calibrate() to get the confidence values and residuals. So one question would be, where do I extract the fitted values from?

            My main question is whatsoever, how to do calibration on recursive ensembles. For any non-ensemble model I was able to do it, but in case of recursive ensembles I encounter some error messages, if I want to calibrate.

            To illustrate the problem, look at the example code below, which ends up failing to calibrate all models:

            ...

            ANSWER

            Answered 2021-Dec-01 at 11:13

            The problem lies in your recursive_ensemble_panel. You have to do the recursive part on the models themselves and not the ensemble. Like you I would have expected to do the recursive in one go, maybe via modeltime_table.

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install modeltime.ensemble

            Install the CRAN version:.
            Getting Started with Modeltime: Learn the basics of forecasting with Modeltime.
            Getting Started with Modeltime Ensemble: Learn the basics of forecasting with Modeltime ensemble models.

            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
            CLONE
          • HTTPS

            https://github.com/business-science/modeltime.ensemble.git

          • CLI

            gh repo clone business-science/modeltime.ensemble

          • sshUrl

            git@github.com:business-science/modeltime.ensemble.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link