Skip to content

Commit

Permalink
Merge pull request #2 from shivpalSW/main-30e56dd
Browse files Browse the repository at this point in the history
Update params.yaml:featurize.max_features, pa...
  • Loading branch information
shivpalSW authored Jul 18, 2023
2 parents 30e56dd + 1330d72 commit 31c152c
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.3
split: 0.2
seed: 2021

featurize:
max_features: 2000
ngrams: 3
max_features: 3000
ngrams: 2


train:
seed: 2021
n_est: 100
min_split: 16
n_est: 80
min_split: 8

0 comments on commit 31c152c

Please sign in to comment.