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
Use the repository pattern to create a repository for the Model Resource. This will be used to refactor parts of the Model service layer.
This should encompass calls to the mlflow tracking client. It should be injected into the repository class so that it can be swapped out with a mocked client for testing.
Use the repository pattern to create a repository for the Model Resource. This will be used to refactor parts of the Model service layer.
This should encompass calls to the mlflow tracking client. It should be injected into the repository class so that it can be swapped out with a mocked client for testing.
Blocked by:
Definition of Done:
The text was updated successfully, but these errors were encountered: