mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
remove a typo in diagnostics.md (#1780)
* add quick start notebook * remove typo
This commit is contained in:
parent
57230997ba
commit
2b90e5f6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ In R, the argument `units` must be a type accepted by `as.difftime`, which is we
|
|||
|
||||
|
||||
|
||||
Custom cutoffs can also be supplied as a list of dates to to the `cutoffs` keyword in the `cross_validation` function in Python and R. For example, three cutoffs six months apart, would need to be passed to the `cutoffs` argument in a date format like:
|
||||
Custom cutoffs can also be supplied as a list of dates to the `cutoffs` keyword in the `cross_validation` function in Python and R. For example, three cutoffs six months apart, would need to be passed to the `cutoffs` argument in a date format like:
|
||||
|
||||
|
||||
```R
|
||||
|
|
|
|||
Loading…
Reference in a new issue