Dodanie 'MLproject'

This commit is contained in:
Kornelia Girejko 2022-05-15 12:32:11 +02:00
parent 05acfdb2dc
commit 23c6e4ae54
1 changed files with 10 additions and 0 deletions

10
MLproject Normal file
View File

@ -0,0 +1,10 @@
name: s478815
docker_env:
image: korneliag/ium478815:1.0
entry_points:
main:
parameters:
epochs: {type: float, default: 1000}
command: "python train-mlfow.py {epochs}"