name: Skin cancer classification conda_env: environment.yml entry_points: train: command: "python train.py" test: command: "python test.py"