-
```
library(modeltime)
library(timetk)
library(tidyquant)
library(tidyverse)
library(tidymodels)
horizon %
mutate(
rsi = TTR::RSI(outcome) # using e.g. mean() from bas…
-
Thank you very much for your superb and excellent paper (and, of course, for sharing your code base on GitHub)!
I am currently encountering the following when I attempt to reproduce some of this wi…
-
# Modelgam Project Roadmap - MVP
- [X] Create Package Structure
- [ ] Develop MVP Algorithms (#2) - Get basic use-cases from business-science/modeltime#71, Test on several datasets
- [ ] Develop R…
-
Direct method for multistep forecasts is building a model for each time step into the future and then combining them. Modeltime has the potential to create multiple models for each future time step …
-
Suppose that I have two slices, say [1, 2, 3, 4] and [2, 3, 4, 5]; and I want to make a **two-period-ahead** forecast in each slice. For slice 1, I used the first two observations [1, 2] to train a mo…
-
Sir,
i shifted to windows for gluonts, all went well when installling the gluonts, library(modeltime.gluonts) worked perfectly well. I guess when i started my new session, and i guess with library(re…
-
Dear @mdancho84 , first of all thank you very much for developing this amazing ecosystem for time series modelling.
I just started learning the basic ideas and packages, and I was wondering if it'…
-
I'm working on another `dials` release. I was thinking of moving an `dials` parameter objects in ancillary packages into `dials`. Not required or anything, but having them in one place is nice from an…
-
Hey Steven,
I hope you are well. I wanted to give you advance notice that I will be making a new option to `timetk` and `modeltime` plotting functions to optionally allow users to use `trelliscope…
-
D:\下載\app\self-operating-computer-main\self-operating-computer-main>pip install -r requirements-audio.txt
Collecting whisper-mic (from -r requirements-audio.txt (line 1))
Using cached whisper_mic-…