Skip to content

Commit 4038011

Browse files
committed
fixes
1 parent e3d4f30 commit 4038011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ads/opctl/operator/lowcode/recommender/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class OutputColumns(str, metaclass=ExtendedEnumMeta):
1616
SCORE = "score"
1717

1818
class SupportedMetrics(str, metaclass=ExtendedEnumMeta):
19-
"""Supported forecast metrics."""
19+
"""Supported recommender metrics."""
2020
RMSE = "RMSE"
2121
MAE = "MAE"
2222

ads/opctl/operator/lowcode/recommender/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pii
1+
name: recommender
22
channels:
33
- conda-forge
44
dependencies:

0 commit comments

Comments
 (0)