File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ads/opctl/operator/common/data
docs/source/user_guide/operators/anomaly_detection_operator Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- timestamp,horizontal ,series_id
1
+ timestamp,target ,series_id
2
2
1970-01-21 20:00:00,0.0433590254521962,series_1
3
3
1970-01-21 20:05:00,0.7657516956633411,series_1
4
4
1970-01-21 20:10:00,-0.5933977649242942,series_1
Original file line number Diff line number Diff line change @@ -38,11 +38,13 @@ Within the ``anomaly`` folder created above there will be a ``anomaly.yaml`` fil
38
38
version : v1
39
39
spec :
40
40
datetime_column :
41
- name : ds
41
+ name : timestamp
42
+ target_category_columns :
43
+ - series_id
42
44
input_data :
43
- url : https://raw.githubusercontent.com/facebook/prophet/ main/examples/example_yosemite_temps .csv
45
+ url : https://raw.githubusercontent.com/oracle/accelerated-data-science/refs/heads/ main/ads/opctl/operator/common/data/synthetic .csv
44
46
model : autots
45
- target_column : y
47
+ target_column : target
46
48
47
49
There are many more options in this :doc: `YAML file <./yaml_schema >`.
48
50
You can’t perform that action at this time.
0 commit comments