Skip to content

Commit 12532e7

Browse files
committed
updating AD docs quickstrt example
1 parent fee4380 commit 12532e7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ads/opctl/operator/common/data/ts_synthetic_multi_series.csv renamed to ads/opctl/operator/common/data/synthetic.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
timestamp,horizontal,series_id
1+
timestamp,target,series_id
22
1970-01-21 20:00:00,0.0433590254521962,series_1
33
1970-01-21 20:05:00,0.7657516956633411,series_1
44
1970-01-21 20:10:00,-0.5933977649242942,series_1

docs/source/user_guide/operators/anomaly_detection_operator/quickstart.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)