Skip to content

Commit

Permalink
Tweak image size and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Mar 27, 2019
1 parent 8d39ab1 commit ea9f7fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vignettes/package.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ The goal of this vignette is to teach you how to use `mold()` and `forge()` in a
I imagine that this comes together as a few internal pieces that power the user facing methods for your model.

<center>
<img src="../man/figures/hardhat-fit-flow.svg" style="background:none; border:none; box-shadow:none; width:50%">
<img src="../man/figures/hardhat-fit-flow.svg" style="background:none; border:none; box-shadow:none;">
</center>
<br></br>

- Stage 2 - Model Prediction

Expand All @@ -55,8 +56,9 @@ I imagine that this comes together as a few internal pieces that power the user
In this case, you only have 1 user facing method, but have many internal implementation functions that you have to switch between, depending on the `"type"`.

<center>
<img src="../man/figures/hardhat-predict-flow.svg" style="background:none; border:none; box-shadow:none; width:50%">
<img src="../man/figures/hardhat-predict-flow.svg" style="background:none; border:none; box-shadow:none;">
</center>
<br></br>

The end result is a single high level modeling function that has methods for multiple different "interfaces", and a corresponding predict method to make predictions using one of these models along with new data (by "interfaces", I just mean the different types of inputs, so: data frame, matrix, formula and recipe).

Expand Down

0 comments on commit ea9f7fb

Please sign in to comment.