Skip to content

Commit

Permalink
Update params.yaml:featurize.max_features, pa...
Browse files Browse the repository at this point in the history
...rams.yaml:featurize.ngrams, params.yaml:train.n_est
  • Loading branch information
shivpalSW authored and dvc-studio committed Jul 26, 2023
1 parent 29218ce commit 216bb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ prepare:
seed: 2021

featurize:
max_features: 3000
ngrams: 3
max_features: 3500
ngrams: 4


train:
seed: 2021
n_est: 90
n_est: 95
min_split: 16

0 comments on commit 216bb50

Please sign in to comment.