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:prepare.split, params.yaml:train.min_split, params.yaml:train.n_est
  • Loading branch information
shivpalSW authored and dvc-studio committed Jul 19, 2023
1 parent 085373a commit dd297cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions params.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This contains params to be used by the stages to train or predict
prepare:
split: 0.4
split: 0.2
seed: 2021

featurize:
max_features: 1000
ngrams: 4
max_features: 500
ngrams: 2


train:
seed: 2021
n_est: 50
min_split: 8
n_est: 100
min_split: 6

0 comments on commit dd297cb

Please sign in to comment.