Skip to content

Commit

Permalink
docs: fix typo #660
Browse files Browse the repository at this point in the history
  • Loading branch information
laresbernardo committed Mar 23, 2023
1 parent 381b4fb commit 45abff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ hyper_names(adstock = InputCollect$adstock, all_media = InputCollect$all_media)
## Time series validation parameter (train_size).

## 1. IMPORTANT: set plot = TRUE to create example plots for adstock & saturation
## hyperparameters and their influence in curve transformation
## hyperparameters and their influence in curve transformation.
plot_adstock(plot = FALSE)
plot_saturation(plot = FALSE)

Expand All @@ -112,7 +112,7 @@ plot_saturation(plot = FALSE)
# transformed by adstock & saturation.
# Run hyper_names(adstock = InputCollect$adstock, all_media = InputCollect$all_media)
# to get correct media hyperparameter names. All names in hyperparameters must equal
# names from hyper_names(), case sensitive. Run ?hyper_names to check fucntion arguments
# names from hyper_names(), case sensitive. Run ?hyper_names to check function arguments.

## 3. Hyperparameter interpretation & recommendation:

Expand Down

0 comments on commit 45abff8

Please sign in to comment.