Skip to content

Commit

Permalink
Change model
Browse files Browse the repository at this point in the history
  • Loading branch information
khuyentran1401 committed Apr 11, 2023
1 parent 62d95a8 commit 189cd4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ svm-app.mlem:

# Create and version an experiment
experiment:
dvc experiment run train
dvc exp run train
git add .
git commit -m 'Change model'
git push origin cd-main
Expand Down
7 changes: 4 additions & 3 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stages:
hyperparameters:
svm__kernel:
- linear
- rbf
svm__C:
- 0.1
- 1
Expand All @@ -57,10 +58,10 @@ stages:
verbose: 3
outs:
- path: model/svm
md5: ba0c50b412f6b5d5c5bd6c0ef163b1a1
size: 148163
md5: 56a719e06202368c953540a7cb3e37ef
size: 142616
- path: model/svm.mlem
md5: 3e7f2947de87d4500fb0dff8c1311555
md5: b562c8482a0cb77f10bf8b14bf65f548
size: 1263
evaluate:
cmd: python src/evaluate.py
Expand Down
4 changes: 2 additions & 2 deletions model/svm.mlem
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
artifacts:
data:
hash: ba0c50b412f6b5d5c5bd6c0ef163b1a1
size: 148163
hash: 56a719e06202368c953540a7cb3e37ef
size: 142616
uri: svm
call_orders:
predict:
Expand Down
2 changes: 1 addition & 1 deletion params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ train:
hyperparameters:
svm__kernel:
- linear
# - rbf
- rbf
svm__C:
- 0.1
- 1
Expand Down

0 comments on commit 189cd4e

Please sign in to comment.