Skip to content

Commit

Permalink
mlflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKalema committed Jun 10, 2024
1 parent eb7fa62 commit a75f892
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
AWS_ACCESS_KEY_ID="Your AWS Access Bucket Secret Key"
AWS_SECRET_ACCESS_KEY="..."
REGION_NAME="..."
REGION_NAME="..."
MLFLOW_TRACKING_URI='...'
MLFLOW_REPO_OWNER='...'
MLFLOW_REPO_NAME='...'
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Create an AWS S3 Bucket and finally an environment file with the configurations
AWS_ACCESS_KEY_ID='...'
AWS_SECRET_ACCESS_KEY='...'
REGION_NAME='...eg us-east-1"
```

Connect the project to dagshub and get the experiments configuration.

```
MLFLOW_TRACKING_URI='...'
MLFLOW_REPO_OWNER='...'
MLFLOW_REPO_NAME='...'
```

Expand Down
Binary file modified static/model_training_pipeline_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a75f892

Please sign in to comment.