Skip to content

Commit cd05d76

Browse files
authored
MAINT: update feature-classifier default params (#95)
1 parent 7cec161 commit cd05d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rescript/cross_validate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
def evaluate_fit_classifier(ctx,
2323
sequences,
2424
taxonomy,
25-
reads_per_batch=0,
25+
reads_per_batch='auto',
2626
n_jobs=1,
2727
confidence=0.7):
2828
'''
@@ -63,7 +63,7 @@ def evaluate_cross_validate(ctx,
6363
taxonomy,
6464
k=3,
6565
random_state=0,
66-
reads_per_batch=0,
66+
reads_per_batch='auto',
6767
n_jobs=1,
6868
confidence=0.7):
6969
'''

0 commit comments

Comments
 (0)