ium_464915/MLProject
2024-05-14 20:31:53 +02:00

8 lines
147 B
Plaintext

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