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
221970-01-21 20:00:00,0.0433590254521962,series_1
331970-01-21 20:05:00,0.7657516956633411,series_1
441970-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
3838 version : v1
3939 spec :
4040 datetime_column :
41- name : ds
41+ name : timestamp
42+ target_category_columns :
43+ - series_id
4244 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
4446 model : autots
45- target_column : y
47+ target_column : target
4648
4749 There are many more options in this :doc: `YAML file <./yaml_schema >`.
4850
You can’t perform that action at this time.
0 commit comments