Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpalSW committed Jul 19, 2023
2 parents 3b2df48 + ddf8fb2 commit a79ffff
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.2
split: 0.3
seed: 2021

featurize:
max_features: 500
ngrams: 2
max_features: 3000
ngrams: 3


train:
seed: 2021
n_est: 100
min_split: 6
n_est: 90
min_split: 16

1 comment on commit a79ffff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REPORTS

metrics

{
"avg_prec": 0.4791501644641092,
"roc_auc": 0.9523525694354785
}

Please sign in to comment.