File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
"series-estimator" : BaseSeriesEstimator ,
40
40
"transformer" : BaseTransformer ,
41
41
"anomaly-detector" : BaseAnomalyDetector ,
42
- "collection_anomaly_detector " : BaseCollectionAnomalyDetector ,
42
+ "collection-anomaly-detector " : BaseCollectionAnomalyDetector ,
43
43
"collection-transformer" : BaseCollectionTransformer ,
44
44
"classifier" : BaseClassifier ,
45
45
"clusterer" : BaseClusterer ,
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ class : identifier for the base class of objects this tag applies to
141
141
"class" : [
142
142
"transformer" ,
143
143
"anomaly-detector" ,
144
- "collection_anomaly_detector " ,
144
+ "collection-anomaly-detector " ,
145
145
"segmenter" ,
146
146
],
147
147
"type" : "bool" ,
You can’t perform that action at this time.
0 commit comments