File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,9 @@ docker run -it --rm --platform=linux/amd64 automlai:v3.0
1111julia --project -- ./main.jl -t regression -u http://mlflow.isiath.duckdns.org:8082 -p -r 064fb7a188d34a3da87f2271b8d8d9c2 -o /tmp/reg.txt ./iris_reg.csv
1212julia --project -- ./main.jl -t classification -u http://mlflow.isiath.duckdns.org:8082 -p -r 8dbea59123ec469db3ee7b807b3ab6d9 -o /tmp/class.txt ./iris.csv
1313
14+
15+ docker run -it --rm -v $( pwd) :/data/ localhost/automlai:v3.0 -u http://mlflow.isiath.duckdns.org:8082 -t regression /data/iris_reg.csv
16+ docker run -it --rm -v $( pwd) :/data/ localhost/automlai:v3.0 -u http://mlflow.isiath.duckdns.org:8082 -t classification /data/iris.csv
17+
1418docker run -it --rm -v $( pwd) :/data/ localhost/automlai:v3.0 -u http://mlflow.isiath.duckdns.org:8082 -t regression -p -r 064fb7a188d34a3da87f2271b8d8d9c2 /data/iris_reg.csv
1519docker run -it --rm -v $( pwd) :/data/ localhost/automlai:v3.0 -u http://mlflow.isiath.duckdns.org:8082 -t classification -p -r 8dbea59123ec469db3ee7b807b3ab6d9 /data/iris.csv
You can’t perform that action at this time.
0 commit comments