Skip to content

Commit

Permalink
better model
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos committed May 30, 2024
1 parent be5d0c5 commit 823c417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Backtest model
run: |-
python hello.py run --with kubernetes
python backtest.py
- name: Deploy to production
run: |-
Expand Down
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def start(self):

@step
def end(self):
self.model_accuracy = 0.91
self.model_accuracy = 0.92
print('fixed')

if __name__ == "__main__":
Expand Down

0 comments on commit 823c417

Please sign in to comment.