I work with logistic regression using the io prediction pattern. I deployed the model with pio deploy
. This gives me the port where I am testing my problem. My question is how to deploy the model. Is there any command to deploy. Or I need to find the PID of the port using netstat -npl | grep port no
and manually kill the PID.
source
share