Skip to content

Commit 2e6f0fd

Browse files
Create README.md
1 parent e57a994 commit 2e6f0fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

model_monitoring/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Model Monitoring & Auto Deployment on Algorithmia
2+
3+
This tool will automatically promote new versions of a deployed algorithm by the criteria defined in the source-code.
4+
5+
To get it working, make sure to do the following:
6+
7+
1. Create a new MYSQL DB, and add the credentials to the source code. (We used AWS RDS Aurora for testing & development)
8+
2. Create a new target algorithm that will be monitored. And update the `algo_name` variable.
9+
4. Change the `resolve_experiment()` function if you want to use a different criteria for deploying new models.
10+
11+
After doing the following above, everything should work automatically. Instead of calling the target algorithm directly, you can now call this orchestration algorithm instead.

0 commit comments

Comments
 (0)