-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathREADME.Rmd
75 lines (50 loc) · 2.14 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
message = F,
warning = F,
dpi = 200
)
```
# modeltime
<!-- badges: start -->
<!-- badges: end -->
A scalable time series forecasting toolset that __combines classical algorithms and machine learning into 1 framework.__
```{r, echo=F, out.width='70%', fig.align='center'}
knitr::include_graphics("vignettes/forecast_plot.jpg")
```
## Features & Benefits
Modeltime has a few key features and benefits:
1. __Interactive Plotting by default__ - Modeling algorithms have strengths and weaknesses that come to light when visualized interactively.
2. __Use Classical Algorithms and Machine Learning Algorithms together__ - No need to switch back and forth between various frameworks. `modeltime` unlocks machine learning & classical time series analysis.
## Tutorials
- Getting Started - A walkthrough of the 6-Step Process for using `modeltime` to forecast
## Installation
Install the development version from with:
``` r
# install.packages("devtools")
devtools::install_github("business-science/modeltime")
```
# Learning More
I teach `modeltime` in my __Time Series Analysis & Forecasting Course__. If interested in learning Pro-Forecasting Strategies then [join my waitlist](https://mailchi.mp/business-science/time-series-forecasting-course-coming-soon). The course is coming soon.
```{r, echo=FALSE}
knitr::include_graphics("vignettes/time_series_course.jpg")
```
You will learn:
- Time Series Preprocessing, Noise Reduction, & Anomaly Detection
- Feature engineering using lagged variables & external regressors
- Hyperparameter Tuning
- Time series cross-validation
- Ensembling Multiple Machine Learning & Univariate Modeling Techniques (Competition Winner)
- NEW - Deep Learning with RNNs (Competition Winner)
- and more.
<p class="text-center" style="font-size:30px;">
<a href="https://mailchi.mp/business-science/time-series-forecasting-course-coming-soon">Signup for the Time Series Course waitlist</a>
</p>