remove a typo in diagnostics.md (#1780)

* add quick start notebook

* remove typo
This commit is contained in:
Leo Liu 2021-01-26 20:56:06 -05:00 committed by GitHub
parent 57230997ba
commit 2b90e5f6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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