name: Skin cancer classification conda_env: conda.yaml entry_points: train: command: "python train.py" test: command: "python test.py"