Skip to content

Commit

Permalink
auto-organize
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent 5430850 commit 0997ca7
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,21 @@
"description": "The growth trend of the data. Options are `linear`, `logistic` and `flat`. Default is `linear`."
},
"changepoints": {
"default": [],
"anyOf": [
{
"items": {
"format": "date",
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "List of dates at which to include potential changepoints. If not specified, potential changepoints are selected automatically.",
"items": {
"format": "date",
"type": "string"
},
"title": "Changepoints",
"type": "array"
"title": "Changepoints"
},
"n_changepoints": {
"default": 25,
Expand Down

0 comments on commit 0997ca7

Please sign in to comment.