File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ docker run -it --rm -v $(pwd):/data/ localhost/automlai:v3.0 -u http://mlflow.is
1717docker 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
1818docker 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
1919
20- julia -m AutoAI -u http://mlflow.isiath.duckdns.org:8082 -t regression ../DockerizedAutoML/iris_reg.csv
2120# notes to use CondaPkg to update/install python modules during docker build
21+ julia -m AutoAI -u http://mlflow.isiath.duckdns.org:8082 -t regression ../DockerizedAutoML/iris_reg.csv
22+ julia -m AutoAI -u http://mlflow.isiath.duckdns.org:8082 -t classification ~ /tmp/occupancy-detection/occupancy_training.csv
You can’t perform that action at this time.
0 commit comments