In [ ]:
%%bash
pio init-model \
--model-server-url http://prediction-pmml.community.pipeline.io/ \
--model-type pmml \
--model-namespace default \
--model-name pmml_balancescale \
--model-version v1 \
--model-path .
In [ ]:
%%bash
pio deploy
In [ ]: