You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Create an MLflow Project for each AI/ML technique in the project:
Probabilistic forecasting.
RL insulin pumps.
Causal inference techniques.
Automatic Meal Identification
We want to define the project structure with an MLproject file as well as either a conda.yaml or requirements.txt file and ensure workflows are seamlessly reproducible across environments.
Acceptance Criteria
Each workflow is packaged as an MLflow Project.
Workflows can be run using mlflow run and reproduce results successfully.
The text was updated successfully, but these errors were encountered:
Description
Create an MLflow Project for each AI/ML technique in the project:
We want to define the project structure with an MLproject file as well as either a conda.yaml or requirements.txt file and ensure workflows are seamlessly reproducible across environments.
Acceptance Criteria
mlflow run
and reproduce results successfully.The text was updated successfully, but these errors were encountered: