ium_464915/MLProject

8 lines
152 B
Plaintext
Raw Normal View History

2024-05-14 20:31:53 +02:00
name: Skin cancer classification
2024-05-21 16:03:00 +02:00
conda_env: environment.yml
2024-05-14 20:31:53 +02:00
entry_points:
train:
command: "python train.py"
test:
command: "python test.py"