Rohit
07/23/2022, 1:42 PM@task
def deploy_best_model():
python deploy.py
Anna Geller
07/23/2022, 2:23 PMRohit
07/23/2022, 2:54 PM@task
def deploy_best_model():
import subprocess
subprocess.run(["python", "deploy.py"])
Anna Geller
07/23/2022, 6:14 PMRohit
07/24/2022, 1:32 AM