ium_464915/MLProject
2024-05-21 16:03:00 +02:00

8 lines
152 B
Plaintext

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