Skip to content

Commit

Permalink
Remove redundant model parameters from train_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme committed Nov 27, 2024
1 parent 1adf5a1 commit 698d145
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions train_and_deploy/configs/train_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,4 @@ parameters:
subsample:
- 0.6
- 0.8
- 1.0
svc:
model_package: sklearn.svm
model_class: SVC
search_grid:
C:
- 0.1
- 1
- 10
kernel:
- linear
- rbf
gamma:
- scale
- auto
- 1.0

0 comments on commit 698d145

Please sign in to comment.