We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa792a commit 3ab3095Copy full SHA for 3ab3095
ads/opctl/operator/lowcode/forecast/model/base_model.py
@@ -227,7 +227,7 @@ def generate_report(self):
227
),
228
dp.Text(
229
"The following report compares a variety of metrics and plots "
230
- f"for your target columns: \n {md_columns}.\n",
+ f"for your target columns: \n * {md_columns}.\n",
231
label="Target Columns",
232
233
]
0 commit comments