Skip to content

Commit

Permalink
update home/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Mar 14, 2021
1 parent c303fd3 commit 1de81f2
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 63 deletions.
12 changes: 8 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ No need to switch back and forth between various frameworks. `modeltime` unlocks
- __prophet__: Use Facebook's Prophet algorithm (`prophet_reg()` & `prophet_boost()`)
- __tidymodels__: Use any `parsnip` model: `rand_forest()`, `boost_tree()`, `linear_reg()`, `mars()`, `svm_rbf()` to forecast

## Forecast faster

> A streamlined workflow for forecasting
Modeltime incorporates a [simple workflow (see Getting Started with Modeltime)](https://business-science.github.io/modeltime/articles/getting-started-with-modeltime.html) for using best practices to forecast.
Modeltime incorporates a [streamlined workflow (see Getting Started with Modeltime)](https://business-science.github.io/modeltime/articles/getting-started-with-modeltime.html) for using best practices to forecast.

<hr>

Expand All @@ -83,10 +85,12 @@ knitr::include_graphics("vignettes/modeltime_workflow.jpg")



## Meet the Forecasting Ecosystem
## Meet the modeltime ecosystem

```{r, echo=F, out.width='100%', fig.align='center', fig.cap="A streamlined workflow for forecasting"}
knitr::include_graphics("man/figures/modeltime_ecosystem_growing.jpg")
> Learn a growing ecosystem of forecasting packages
```{r, echo=F, out.width='100%', fig.align='center', fig.cap="The modeltime ecosystem is growing"}
knitr::include_graphics("man/figures/modeltime_ecosystem.jpg")
```

Modeltime is part of a __growing ecosystem__ of Modeltime forecasting packages.
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ unlocks machine learning & classical time series analysis.
- **tidymodels**: Use any `parsnip` model: `rand_forest()`,
`boost_tree()`, `linear_reg()`, `mars()`, `svm_rbf()` to forecast

## Forecast faster

> A streamlined workflow for forecasting
Modeltime incorporates a [simple workflow (see Getting Started with
Modeltime incorporates a [streamlined workflow (see Getting Started with
Modeltime)](https://business-science.github.io/modeltime/articles/getting-started-with-modeltime.html)
for using best practices to forecast.

Expand All @@ -80,13 +82,15 @@ A streamlined workflow for forecasting

<hr>

## Meet the Forecasting Ecosystem
## Meet the modeltime ecosystem

> Learn a growing ecosystem of forecasting packages
<div class="figure" style="text-align: center">

<img src="man/figures/modeltime_ecosystem_growing.jpg" alt="A streamlined workflow for forecasting" width="100%" />
<img src="man/figures/modeltime_ecosystem.jpg" alt="The modeltime ecosystem is growing" width="100%" />
<p class="caption">
A streamlined workflow for forecasting
The modeltime ecosystem is growing
</p>

</div>
Expand Down
72 changes: 36 additions & 36 deletions docs/articles/getting-started-with-modeltime.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1de81f2

Please sign in to comment.