Skip to content

Commit

Permalink
updating deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
guipleite committed Mar 31, 2021
1 parent c9bc9aa commit 55ff3d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
author: guipleite
datetime_creted: 29/03/2021_13:46:23:802394723
deployment_uid: 9e70e6bf-49d9-418c-8c7a-cf7c876e9fc9
deployment_uid: e02e481d-4e56-470f-baa9-ae84a583c0a8
model_type: scikit-learn_0.23
model_uid: 12439c9c-4999-463d-8c66-57e4927caf70
model_uid: f29e4cfc-3aab-458a-b703-fabc265f43a3
project_name: Rain_aus
project_version: v0.3
2 changes: 1 addition & 1 deletion src/scripts/Scripts/git_release_pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if python3 ./src/scripts/Pipelines/git_release_pipeline.py ./
if ! python3 ./src/scripts/Pipelines/git_release_pipeline.py ./
then
echo " Model already has been deployed, updating it"
python3 ./src/scripts/Pipelines/model_update_pipeline.py ./models/model.joblib ./ ./credentials.yaml
Expand Down

2 comments on commit 55ff3d7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metrics

Path Metric Old New Change
results/metrics.json accuracy 0.84691 0.84643 -0.00047
results/metrics.json f1 0.90755 0.9074 -0.00016
results/metrics.json precision 0.85674 0.85554 -0.0012
results/metrics.json recall 0.96477 0.96594 0.00117

Plots

ROC Curve

Precision and Recall Curve

CML watermark

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metrics

Path Metric Old New Change
results/metrics.json accuracy 0.84691 0.84643 -0.00047
results/metrics.json f1 0.90755 0.9074 -0.00016
results/metrics.json precision 0.85674 0.85554 -0.0012
results/metrics.json recall 0.96477 0.96594 0.00117

Plots

ROC Curve

Precision and Recall Curve

CML watermark

Please sign in to comment.