bdzyubak / torch-control

A top-level repo for evaluating natively available models
MIT License
2 stars 0 forks source link

Build docker container from mlflow and validate it #27

Closed bdzyubak closed 5 months ago

bdzyubak commented 5 months ago

Make a pipeline to fetch an artifact from MLflow, build a docker container, and validate against recorded performance in the same data to make sure containerization did not have unexpected consequences.

bdzyubak commented 5 months ago

Docker build runs successfully from ML models fetched from MLFlow and yields the same result and yields RMSE identical to val results during training

image