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