Skip to content

Commit

Permalink
MAINT: update feature-classifier default params (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq authored Feb 26, 2021
1 parent 7cec161 commit cd05d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rescript/cross_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def evaluate_fit_classifier(ctx,
sequences,
taxonomy,
reads_per_batch=0,
reads_per_batch='auto',
n_jobs=1,
confidence=0.7):
'''
Expand Down Expand Up @@ -63,7 +63,7 @@ def evaluate_cross_validate(ctx,
taxonomy,
k=3,
random_state=0,
reads_per_batch=0,
reads_per_batch='auto',
n_jobs=1,
confidence=0.7):
'''
Expand Down

0 comments on commit cd05d76

Please sign in to comment.