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 cf48bc0 commit cd554a9Copy full SHA for cd554a9
argo-workflow/run.sh
@@ -0,0 +1,10 @@
1
+argo -n argo submit --from clusterworkflowtemplate/automlai-dualsearch \
2
+ -p workers=20 -p input=iris.csv \
3
+ -p predictiontype=classification --watch --log
4
+
5
6
+ -p workers=20 -p input=iris_reg.csv \
7
+ -p predictiontype=regression --watch --log
8
9
+argo -n argo submit --from clusterworkflowtemplate/automlad-template \
10
+ -p votepercent=0.0 -p input=node_cpu_ratio_rate_5m_1d_1m.csv -p predictiontype=anomalydetection --watch --log
0 commit comments